plugin/hub: clean up imports
Remove an unused import and sort the imports properly. Also silence the for the kojihub import.
This commit is contained in:
parent
899c2233c7
commit
0bf3c47113
1 changed files with 1 additions and 3 deletions
|
|
@ -1,14 +1,12 @@
|
|||
"""Koji osbuild integration for Koji Hub"""
|
||||
import sys
|
||||
|
||||
import jsonschema
|
||||
|
||||
import logging
|
||||
import koji
|
||||
from koji.context import context
|
||||
|
||||
sys.path.insert(0, "/usr/share/koji-hub/")
|
||||
import kojihub
|
||||
import kojihub # pylint: disable=import-error, wrong-import-position
|
||||
|
||||
|
||||
OSBUILD_IMAGE_SCHMEA = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue