Remove noqa comments now that 3.7 has been released

This commit is contained in:
Anthony Sottile 2019-01-31 20:12:23 -08:00
parent afc57d471d
commit 3d54751236
7 changed files with 9 additions and 10 deletions

View file

@ -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