summaryrefslogtreecommitdiff
path: root/lorrycontroller/jobupdate.py
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 /lorrycontroller/jobupdate.py
parenta78d5086d9f0eabe9234ba3db5d15bd728512376 (diff)
downloadlorry-controller-b796eb8031342f8815506f69e5c19d97cccdfa03.tar.gz
Delete unused module imports
Various modules are imported and not used. Caught by pyflakes.
Diffstat (limited to 'lorrycontroller/jobupdate.py')
-rw-r--r--lorrycontroller/jobupdate.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lorrycontroller/jobupdate.py b/lorrycontroller/jobupdate.py
index ec7e533..0b86b63 100644
--- a/lorrycontroller/jobupdate.py
+++ b/lorrycontroller/jobupdate.py
@@ -15,7 +15,6 @@
import logging
-import time
import bottle