Update build_logic.py
Browse files- build_logic.py +0 -3
build_logic.py
CHANGED
@@ -14,10 +14,7 @@ from huggingface_hub import (
|
|
14 |
hf_hub_download,
|
15 |
delete_file as hf_delete_file,
|
16 |
HfApi,
|
17 |
-
#list_repos as hf_list_repos,
|
18 |
create_pull_request as hf_create_pull_request,
|
19 |
-
#add_space_comment as hf_add_space_comment, # Public API for adding comments to Space discussions
|
20 |
-
like as hf_like # Public API for liking repos
|
21 |
)
|
22 |
from huggingface_hub.hf_api import CommitOperationDelete, CommitOperationAdd, CommitOperation
|
23 |
from huggingface_hub.utils import HfHubHTTPError
|
|
|
14 |
hf_hub_download,
|
15 |
delete_file as hf_delete_file,
|
16 |
HfApi,
|
|
|
17 |
create_pull_request as hf_create_pull_request,
|
|
|
|
|
18 |
)
|
19 |
from huggingface_hub.hf_api import CommitOperationDelete, CommitOperationAdd, CommitOperation
|
20 |
from huggingface_hub.utils import HfHubHTTPError
|