We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb30da commit 20a138eCopy full SHA for 20a138e
1 file changed
pyiceberg/avro/codecs/__init__.py
@@ -26,7 +26,9 @@
26
27
from __future__ import annotations
28
29
-from typing import Dict, Literal, Optional, Type, TypeAlias
+from typing import Dict, Literal, Optional, Type
30
+
31
+from typing_extensions import TypeAlias
32
33
from pyiceberg.avro.codecs.bzip2 import BZip2Codec
34
from pyiceberg.avro.codecs.codec import Codec
0 commit comments