Skip to content

Commit

Permalink
Remove hffs from docs (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored May 12, 2023
1 parent 5b8f4db commit ab01690
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/huggingface_hub/hf_file_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@dataclass
class HfFileSystemResolvedPath:
"""Data structure containing information about a resolved hffs path."""
"""Data structure containing information about a resolved Hugging Face file system path."""

repo_type: str
repo_id: str
Expand All @@ -54,9 +54,9 @@ class HfFileSystem(fsspec.AbstractFileSystem):
Usage:
```python
>>> import hffs
>>> from huggingface_hub import HfFileSystem
>>> fs = hffs.HfFileSystem()
>>> fs = HfFileSystem()
>>> # List files
>>> fs.glob("my-username/my-model/*.bin")
Expand Down

0 comments on commit ab01690

Please sign in to comment.