Skip to content

Commit

Permalink
toplev: Ignore type annotation imports for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 19, 2023
1 parent 88886b7 commit 35a09b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
obj_debug_print, debug_print, warn_no_assert, \
set_args as io_set_args
if sys.version_info.major == 3:
from typing import Set, List
from typing import Set, List # noqa

known_cpus = (
("snb", (42, )),
Expand Down

0 comments on commit 35a09b7

Please sign in to comment.