1 parent 01ca0ca commit 64b4beeCopy full SHA for 64b4bee
1 file changed
ptrlib/types/enums.py
@@ -1,4 +1,5 @@
1
-from typing import Literal, TypeAlias, Union, SupportsInt, SupportsIndex
+from typing_extensions import TypeAlias
2
+from typing import Literal, Union, SupportsInt, SupportsIndex
3
4
PtrlibArchT = Literal['unknown', 'intel', 'arm', 'risc-v', 'sparc', 'mips']
5
PtrlibBitsT = Literal[16, 32, 64]
0 commit comments