flake8: apply E4 rules and ignore E402 in sidetag_hub plugin
This commit is contained in:
parent
0f727a2ab4
commit
1416630e42
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue