Skip to content

Commit ed9cd99

Browse files
committed
fix static imports
1 parent ec60a3c commit ed9cd99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/huggingface_hub/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@
460460
"get_tf_storage_size",
461461
"get_torch_storage_id",
462462
"get_torch_storage_size",
463-
"load_sharded_checkpoint",
464463
"load_state_dict_from_file",
465464
"load_torch_model",
466465
"save_torch_model",
@@ -988,7 +987,6 @@ def __dir__():
988987
get_tf_storage_size, # noqa: F401
989988
get_torch_storage_id, # noqa: F401
990989
get_torch_storage_size, # noqa: F401
991-
load_sharded_checkpoint, # noqa: F401
992990
load_state_dict_from_file, # noqa: F401
993991
load_torch_model, # noqa: F401
994992
save_torch_model, # noqa: F401

0 commit comments

Comments
 (0)