Skip to content

Commit ae9e557

Browse files
committed
import StrEnum
1 parent a34b398 commit ae9e557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/python/async_tiff/enums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from enum import IntEnum
1+
from enum import IntEnum, StrEnum
22

33
class Endianness(StrEnum):
44
"""

0 commit comments

Comments
 (0)