We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b363644 commit f10b8c7Copy full SHA for f10b8c7
python/conftest.py
@@ -3,9 +3,8 @@
3
import urllib.parse
4
5
import fsspec
6
-from hdfs_native import Client
7
import pytest
8
-
+from hdfs_native import Client
9
from hdfs_native.fsspec import HdfsFileSystem
10
11
python/tests/test_fsspec.py
@@ -2,7 +2,6 @@
2
0 commit comments