remove unused imports

This commit is contained in:
Yu Ming Zhu 2019-12-10 00:25:54 +00:00
parent 63c50c2a31
commit 5b83c682e4
7 changed files with 7 additions and 10 deletions

View file

@ -39,7 +39,7 @@ import six.moves.xmlrpc_client
import koji
import koji.plugin
import koji.util
from koji_cli.commands import *
from koji_cli.commands import * # noqa: F401, F403
from koji_cli.lib import _, categories, get_epilog_str, greetings, warn