fix additional flake8 problems

This commit is contained in:
Tomas Kopecek 2020-05-13 09:44:13 +02:00
parent 1ac3ae1fd1
commit 64a0033150
6 changed files with 18 additions and 18 deletions

View file

@ -13,7 +13,7 @@ from koji.context import context
from koji.plugin import export
# XXX - have to import kojihub for make_task
sys.path.insert(0, '/usr/share/koji-hub/')
import kojihub # noqa: F402
import kojihub # noqa: E402
__all__ = ('runroot',)

View file

@ -6,7 +6,7 @@ import koji
from koji.context import context
from koji.plugin import export
sys.path.insert(0, '/usr/share/koji-hub/')
import kojihub # noqa: F402
import kojihub # noqa: E402
__all__ = ('saveFailedTree',)

View file

@ -8,7 +8,7 @@ import koji.policy
from koji.context import context
from koji.plugin import callback, export
sys.path.insert(0, "/usr/share/koji-hub/")
from kojihub import ( # noqa: F402
from kojihub import ( # noqa: E402
QueryProcessor,
_create_build_target,
_create_tag,