Update build_logic.py
Browse files- build_logic.py +1 -1
build_logic.py
CHANGED
@@ -13,7 +13,7 @@ from huggingface_hub import (
|
|
13 |
hf_hub_download,
|
14 |
delete_file as hf_delete_file,
|
15 |
HfApi,
|
16 |
-
|
17 |
)
|
18 |
from huggingface_hub.hf_api import CommitOperationDelete, CommitOperationAdd, CommitOperation
|
19 |
from huggingface_hub.utils import HfHubHTTPError
|
|
|
13 |
hf_hub_download,
|
14 |
delete_file as hf_delete_file,
|
15 |
HfApi,
|
16 |
+
list_repo as hf_list_repos
|
17 |
)
|
18 |
from huggingface_hub.hf_api import CommitOperationDelete, CommitOperationAdd, CommitOperation
|
19 |
from huggingface_hub.utils import HfHubHTTPError
|