From 923b674a8beb20e25b0a7294b4cb1df1182d3535 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 21 Jan 2019 21:10:31 +0100 Subject: [PATCH] mirrors: remove unused import --- mirrors/management/commands/mirrorcheck.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mirrors/management/commands/mirrorcheck.py b/mirrors/management/commands/mirrorcheck.py index 88dc1e54..b59bc66b 100644 --- a/mirrors/management/commands/mirrorcheck.py +++ b/mirrors/management/commands/mirrorcheck.py @@ -23,7 +23,6 @@ import time import tempfile from threading import Thread -import types from queue import Queue, Empty import urllib