You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Drop unnecessary __future__.annotations import in test runner
`from __future__ import annotations` is useful in importable packages to
enable postponed evaluation of annotations. However, in a standalone
script like `run-tests.py`, it adds no value.
0 commit comments