Skip to content

Commit 4b974c9

Browse files
committed
trim for micropython
1 parent c46db87 commit 4b974c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+20
-19411
lines changed

fsspec/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from . import caching
22
from ._version import __version__ # noqa: F401
3-
from .callbacks import Callback
4-
from .compression import available_compressions
53
from .core import get_fs_token_paths, open, open_files, open_local, url_to_fs
64
from .exceptions import FSTimeoutError
75
from .mapping import FSMap, get_mapper
@@ -28,9 +26,7 @@
2826
"open_local",
2927
"registry",
3028
"caching",
31-
"Callback",
3229
"available_protocols",
33-
"available_compressions",
3430
"url_to_fs",
3531
]
3632

fsspec/archive.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)