remove unused imports

This commit is contained in:
Tomas Kopecek 2020-02-12 10:59:54 +01:00
parent b485dfeb55
commit b445a6f614
2 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@ from argparse import ArgumentParser
import koji
from koji.plugin import export_cli
from koji_cli.lib import _, activate_session, watch_tasks
from koji_cli.lib import _, activate_session
from koji_cli.commands import anon_handle_wait_repo

View file

@ -1,11 +1,11 @@
# Copyright © 2019 Red Hat, Inc.
#
# SPDX-License-Identifier: GPL-2.0-or-later
import sys
from koji.context import context
from koji.plugin import export, callback
import koji
import sys
CONFIG_FILE = "/etc/koji-hub/plugins/sidetag.conf"
CONFIG = None
@ -20,7 +20,6 @@ from kojihub import (
_create_build_target,
_delete_tag,
_delete_build_target,
readTaggedBuilds,
QueryProcessor,
nextval,
)