flake8: apply E4 rules and ignore E402 in sidetag_hub plugin

This commit is contained in:
Yuming Zhu 2020-02-26 02:37:38 +08:00
parent 0f727a2ab4
commit 1416630e42
2 changed files with 2 additions and 2 deletions

View file

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