Skip to content

Commit fd18c76

Browse files
authored
Merge pull request #135 from nova-rey/codex/fix-formatting-issues-in-crapssim_api
2 parents e823d6a + a7ca276 commit fd18c76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crapssim_api/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
try:
77
from typing import TypedDict # py3.11+
8+
89
if sys.version_info < (3, 12):
910
from typing_extensions import TypedDict # type: ignore[no-redef]
1011
except Exception:

0 commit comments

Comments
 (0)