mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Remove unused global
This commit is contained in:
parent
df6375c952
commit
015da9fabb
1 changed files with 0 additions and 2 deletions
|
|
@ -4,8 +4,6 @@ import select
|
|||
|
||||
from flake8.engine import get_style_guide
|
||||
|
||||
pep8style = None
|
||||
|
||||
if sys.platform.startswith('win'):
|
||||
DEFAULT_CONFIG = os.path.expanduser(r'~\.flake8')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue