yum: remove unused module

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2020-05-07 14:56:26 +02:00 committed by Stéphane Graber
parent b467fc3591
commit 1cbdec6a1b
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -24,7 +24,6 @@
import os import os
from fnmatch import fnmatch from fnmatch import fnmatch
from yum.plugins import TYPE_INTERACTIVE from yum.plugins import TYPE_INTERACTIVE
from yum.plugins import PluginYumExit
requires_api_version = '2.0' requires_api_version = '2.0'
plugin_type = (TYPE_INTERACTIVE,) plugin_type = (TYPE_INTERACTIVE,)