We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b593a commit 609160fCopy full SHA for 609160f
src/huggingface_hub/hf_api.py
@@ -825,7 +825,7 @@ def __init__(self, **kwargs):
825
)
826
for sibling in siblings
827
]
828
- if siblings
+ if siblings is not None
829
else None
830
831
self.spaces = kwargs.pop("spaces", None)
@@ -947,7 +947,7 @@ def __init__(self, **kwargs):
947
948
949
950
951
952
953
@@ -1069,7 +1069,7 @@ def __init__(self, **kwargs):
1069
1070
1071
1072
1073
1074
1075
runtime = kwargs.pop("runtime", None)
0 commit comments