Skip to content

Commit 9df7c6d

Browse files
committed
Ordering import for get_file_extension
1 parent c17ffda commit 9df7c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from fsspec.utils import (
1010
can_be_local,
1111
common_prefix,
12-
get_protocol,
1312
get_file_extension,
13+
get_protocol,
1414
infer_storage_options,
1515
merge_offset_ranges,
1616
mirror_from,

0 commit comments

Comments
 (0)