summaryrefslogtreecommitdiff
path: root/lorry-controller-remove-old-jobs
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-08-10 20:13:12 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-08-10 20:20:52 +0100
commitb796eb8031342f8815506f69e5c19d97cccdfa03 (patch)
treee6c1e1a06fcca1d241be27f3b199c94dfcfa53ad /lorry-controller-remove-old-jobs
parenta78d5086d9f0eabe9234ba3db5d15bd728512376 (diff)
downloadlorry-controller-b796eb8031342f8815506f69e5c19d97cccdfa03.tar.gz
Delete unused module imports
Various modules are imported and not used. Caught by pyflakes.
Diffstat (limited to 'lorry-controller-remove-old-jobs')
-rwxr-xr-xlorry-controller-remove-old-jobs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lorry-controller-remove-old-jobs b/lorry-controller-remove-old-jobs
index 78b5596..a69e505 100755
--- a/lorry-controller-remove-old-jobs
+++ b/lorry-controller-remove-old-jobs
@@ -20,7 +20,6 @@ import json
import logging
import time
import urllib.request, urllib.error, urllib.parse
-import contextlib
import cliapp