mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 06:31:29 +00:00
Fix pep8 E401 multiple imports on one line
This commit is contained in:
parent
f2d0230a67
commit
7667712909
21 changed files with 85 additions and 31 deletions
3
setup.py
3
setup.py
|
|
@ -40,7 +40,8 @@ except ImportError:
|
|||
from distutils.command.build_scripts import build_scripts
|
||||
import os
|
||||
from os.path import isfile, join, isdir
|
||||
import sys, warnings
|
||||
import sys
|
||||
import warnings
|
||||
from glob import glob
|
||||
|
||||
if setuptools and "test" in sys.argv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue