Skip to content

Commit 1dfed9d

Browse files
authored
Add url_to_fs to root namespace (#1540)
1 parent e2a0c38 commit 1dfed9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fsspec/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from . import _version, caching
44
from .callbacks import Callback
55
from .compression import available_compressions
6-
from .core import get_fs_token_paths, open, open_files, open_local
6+
from .core import get_fs_token_paths, open, open_files, open_local, url_to_fs
77
from .exceptions import FSTimeoutError
88
from .mapping import FSMap, get_mapper
99
from .registry import (
@@ -34,6 +34,7 @@
3434
"Callback",
3535
"available_protocols",
3636
"available_compressions",
37+
"url_to_fs",
3738
]
3839

3940

0 commit comments

Comments
 (0)