2 parents e823d6a + a7ca276 commit fd18c76Copy full SHA for fd18c76
1 file changed
crapssim_api/types.py
@@ -5,6 +5,7 @@
5
6
try:
7
from typing import TypedDict # py3.11+
8
+
9
if sys.version_info < (3, 12):
10
from typing_extensions import TypedDict # type: ignore[no-redef]
11
except Exception:
0 commit comments