Skip to content

Commit f10b8c7

Browse files
committed
Fix imports
1 parent b363644 commit f10b8c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/conftest.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import urllib.parse
44

55
import fsspec
6-
from hdfs_native import Client
76
import pytest
8-
7+
from hdfs_native import Client
98
from hdfs_native.fsspec import HdfsFileSystem
109

1110

python/tests/test_fsspec.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import fsspec
44
import pytest
5-
65
from hdfs_native.fsspec import HdfsFileSystem
76

87

0 commit comments

Comments
 (0)