Commit 2a4bf2c
Fix Cython type declaration warnings at lines 1119, 1121, 1125
Remove quotes from Optional[int] and Optional[float] type annotations
that were causing Cython warnings. These annotations are now unquoted
since TYPE_CHECKING protects the imports.
Co-authored-by: letmaik <530988+letmaik@users.noreply.github.com>1 parent f812037 commit 2a4bf2c
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | | - | |
1118 | | - | |
1119 | | - | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
1120 | 1120 | | |
1121 | | - | |
| 1121 | + | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | 1124 | | |
1125 | | - | |
| 1125 | + | |
1126 | 1126 | | |
1127 | 1127 | | |
1128 | 1128 | | |
| |||
0 commit comments