[diffoscope] 02/03: exc: drop unused import (leftover from wip)

Mattia Rizzolo mattia at debian.org
Mon Jul 31 21:52:24 CEST 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository diffoscope.

commit 7dbb8cd3d1693867eefd5079dc3fb1fe97709d5f
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jul 31 21:49:32 2017 +0200

    exc: drop unused import (leftover from wip)
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 diffoscope/exc.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/diffoscope/exc.py b/diffoscope/exc.py
index a510b0e..4b3910d 100644
--- a/diffoscope/exc.py
+++ b/diffoscope/exc.py
@@ -18,11 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-try:
-    import distro
-except ImportError:
-    distro = None
-
 from .tools import get_package_provider
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list