Commit 4b16ca7
fix: use typing.List/Tuple for Python 3.8 compatibility
Replace PEP 585 lowercase generics (list[tuple[...]]) with
typing.List[typing.Tuple[...]] to avoid TypeError on Python 3.8.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2163d22 commit 4b16ca7
2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
| 425 | + | |
| 426 | + | |
429 | 427 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
| 428 | + | |
434 | 429 | | |
435 | 430 | | |
436 | 431 | | |
437 | 432 | | |
438 | 433 | | |
439 | 434 | | |
440 | | - | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
0 commit comments