Browse Source
Python 3.8 does not have Annotated in typing module (added in 3.9). Using typing_extensions ensures tests run on all Python versions. Added noqa: UP035 to suppress ruff's preference for typing module, since typing_extensions is required for Python 3.8 support.pull/14574/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue