We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af64ce commit 562ee6cCopy full SHA for 562ee6c
python/pyproject.toml
@@ -12,6 +12,9 @@ classifiers = [
12
"Programming Language :: Python :: Implementation :: CPython",
13
"Programming Language :: Python :: Implementation :: PyPy",
14
]
15
+dependencies = [
16
+ "typing-extensions"
17
+]
18
19
[project.urls]
20
repository = "https://github.com/Kimahriman/hdfs-native"
python/python/hdfs_native/__init__.py
@@ -1,5 +1,5 @@
1
import io
2
-from typing import Iterator, Optional
+from typing import Iterator
3
from typing_extensions import Buffer
4
5
from ._internal import *
0 commit comments