Commit aa7413e
Fix Python 3.11 compatibility: add future annotations import
Add `from __future__ import annotations` to fix type hint syntax
error in Python 3.11 where list[str] is not subscriptable in function
signatures without this import.
Fixes CI test failures in PR #36.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 80ddfad commit aa7413e
3 files changed
Lines changed: 317 additions & 300 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments