summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-04-29 00:50:49 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-05-06 13:30:28 +0100
commit59759d6fc55786074daefaec1ecb649700dd5180 (patch)
tree68ef9ef6e8f3a8aecd262d84d3a8aa683180cc7a
parentc5f92b037208f4ffd96cadc2acbcaafce8bf858e (diff)
downloadlorry-controller-59759d6fc55786074daefaec1ecb649700dd5180.tar.gz
lorrycontroller.gitano: Fix repeated import of urllib.parse
This was introduced by "Update to python3". Found by pyflakes.
-rw-r--r--lorrycontroller/gitano.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lorrycontroller/gitano.py b/lorrycontroller/gitano.py
index b5b860c..7d9c436 100644
--- a/lorrycontroller/gitano.py
+++ b/lorrycontroller/gitano.py
@@ -18,7 +18,6 @@ import collections
import logging
import re
import urllib.request, urllib.error, urllib.parse
-import urllib.parse
import cliapp
import requests