mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Remove noqa comments now that 3.7 has been released
This commit is contained in:
parent
afc57d471d
commit
3d54751236
7 changed files with 9 additions and 10 deletions
|
|
@ -3,7 +3,7 @@ import contextlib
|
|||
import logging
|
||||
import sys
|
||||
import tokenize
|
||||
from typing import List # noqa: F401 (until flake8 3.7)
|
||||
from typing import List
|
||||
|
||||
import flake8
|
||||
from flake8 import defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue