Skip to content

Commit 20a138e

Browse files
committed
Make Python 3.9 happy
1 parent 9fb30da commit 20a138e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyiceberg/avro/codecs/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
from __future__ import annotations
2828

29-
from typing import Dict, Literal, Optional, Type, TypeAlias
29+
from typing import Dict, Literal, Optional, Type
30+
31+
from typing_extensions import TypeAlias
3032

3133
from pyiceberg.avro.codecs.bzip2 import BZip2Codec
3234
from pyiceberg.avro.codecs.codec import Codec

0 commit comments

Comments
 (0)