mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +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
|
import setuptools
|
||||||
|
|
||||||
from flake8.engine import get_parser, get_style_guide
|
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'):
|
if sys.platform.startswith('win'):
|
||||||
DEFAULT_CONFIG = os.path.expanduser(r'~\.flake8')
|
DEFAULT_CONFIG = os.path.expanduser(r'~\.flake8')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue