summaryrefslogtreecommitdiffstats
path: root/mirrors
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-01-21 21:10:31 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-01-21 21:20:19 +0100
commit923b674a8beb20e25b0a7294b4cb1df1182d3535 (patch)
tree64d30888e50aa680a6282f13131e8e4b5914a05b /mirrors
parent32fd54646f0fe60f5165f49a95d21dfbfdb930e6 (diff)
downloadarchweb-923b674a8beb20e25b0a7294b4cb1df1182d3535.tar.gz
archweb-923b674a8beb20e25b0a7294b4cb1df1182d3535.zip
mirrors: remove unused import
Diffstat (limited to 'mirrors')
-rw-r--r--mirrors/management/commands/mirrorcheck.py1
1 files changed, 0 insertions, 1 deletions
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 sys
import time
import tempfile
from threading import Thread
-import types
from queue import Queue, Empty
import urllib