mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Delete unused import
This commit is contained in:
parent
28138a2135
commit
0d006a3521
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import sys
|
|||
import setuptools
|
||||
|
||||
from flake8.engine import get_parser, get_style_guide
|
||||
from flake8.util import is_flag, flag_on, option_normalizer
|
||||
from flake8.util import option_normalizer
|
||||
|
||||
if sys.platform.startswith('win'):
|
||||
DEFAULT_CONFIG = os.path.expanduser(r'~\.flake8')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue