From 59759d6fc55786074daefaec1ecb649700dd5180 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 29 Apr 2020 00:50:49 +0100 Subject: lorrycontroller.gitano: Fix repeated import of urllib.parse This was introduced by "Update to python3". Found by pyflakes. --- lorrycontroller/gitano.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1