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
This patch fixes various Flake8 issues in the codebase to make the
Github Actions CI closer to passing. Issues were related to whitespace,
unused imports, bad indentation, etc.
Most missing imports were caused by typing annotations that were only
in comments. I upgraded those to actual type annotations when Tox was
complaining, except for a few __all__ instances: I really don't think
there is a large benefit from using strong typing for the __all__
module variable.
0 commit comments