mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Fix a spurious import
This commit is contained in:
parent
2c896cfffb
commit
38396f8cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import platform
|
|||
import pep8
|
||||
|
||||
from flake8 import __version__
|
||||
from flake8.util import OrderedSet, get_python_version
|
||||
from flake8.util import OrderedSet
|
||||
|
||||
_flake8_noqa = re.compile(r'flake8[:=]\s*noqa', re.I).search
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue