File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
__all__ = [
18
18
"AbstractFileSystem" ,
19
- "FSTimeoutError " ,
19
+ "Callback " ,
20
20
"FSMap" ,
21
+ "FSTimeoutError" ,
22
+ "available_compressions" ,
23
+ "available_protocols" ,
24
+ "caching" ,
21
25
"filesystem" ,
22
- "register_implementation" ,
23
26
"get_filesystem_class" ,
24
27
"get_fs_token_paths" ,
25
28
"get_mapper" ,
26
29
"open" ,
27
30
"open_files" ,
28
31
"open_local" ,
32
+ "register_implementation" ,
29
33
"registry" ,
30
- "caching" ,
31
- "Callback" ,
32
- "available_protocols" ,
33
- "available_compressions" ,
34
34
"url_to_fs" ,
35
35
]
36
36
Original file line number Diff line number Diff line change 4
4
import types
5
5
import warnings
6
6
7
- __all__ = ["registry " , "get_filesystem_class" , "default " ]
7
+ __all__ = ["default " , "get_filesystem_class" , "registry " ]
8
8
9
9
# internal, mutable
10
10
_registry : dict [str , type ] = {}
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ select = [
179
179
" PYI" ,
180
180
" RUF006" ,
181
181
" RUF015" ,
182
+ " RUF022" ,
182
183
" RUF024" ,
183
184
" SIM" ,
184
185
" SLOT" ,
You can’t perform that action at this time.
0 commit comments