Remove unused imports
After duplicated functions were removed, some imports were left behind. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
1238aaa2e6
commit
f0f236ac5e
@ -15,14 +15,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
from kobo.shortcuts import force_list
|
|
||||||
|
|
||||||
import pungi.phases.pkgset.pkgsets
|
|
||||||
from pungi.arch import get_valid_arches
|
|
||||||
from pungi.phases.base import PhaseBase
|
from pungi.phases.base import PhaseBase
|
||||||
from pungi.util import is_arch_multilib
|
|
||||||
|
|
||||||
|
|
||||||
class PkgsetPhase(PhaseBase):
|
class PkgsetPhase(PhaseBase):
|
||||||
|
Loading…
Reference in New Issue
Block a user