fix flake8
This commit is contained in:
parent
aacf7087ec
commit
a090607a88
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ from requests.packages.urllib3.exceptions import MaxRetryError, HostChangedError
|
|||
from six.moves import range, zip
|
||||
|
||||
from koji.tasks import parse_task_params
|
||||
from koji.xmlrpcplus import DateTime, Fault, dumps, getparser, loads, xmlrpc_client
|
||||
from koji.xmlrpcplus import DateTime, Fault, dumps, getparser, loads, xmlrpc_client # noqa: F401
|
||||
|
||||
from koji.util import deprecated
|
||||
from . import util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue