From 0a90f18b1f142227b9c78a01c91310972b8a990a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 31 May 2019 09:05:50 +0200 Subject: [PATCH] Remove unused imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- pungi/dnf_wrapper.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pungi/dnf_wrapper.py b/pungi/dnf_wrapper.py index af1d0cb1..cef9c397 100644 --- a/pungi/dnf_wrapper.py +++ b/pungi/dnf_wrapper.py @@ -17,9 +17,6 @@ # TODO: remove all DNF hacks, possibly this whole file -from distutils.version import LooseVersion -import os - import dnf import dnf.conf