Commit 131a09b
Tim Joseph
fix(types): define EllipsisType for Python 3.9 compatibility
The `types.EllipsisType` was introduced in Python 3.10. This change ensures that `EllipsisType` is correctly defined and available when running on Python 3.9 environments, preventing import errors.1 parent 5d4eed9 commit 131a09b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments