clean up TYPE_CHECKING imports

This commit is contained in:
Anthony Sottile 2021-03-29 19:33:44 -07:00
parent 83856872d3
commit 64a610ed19
8 changed files with 17 additions and 12 deletions

View file

@ -30,3 +30,4 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
^if __name__ == ['"]__main__['"]:$
^\s*if False:
^\s*if TYPE_CHECKING: