From bda3f970bd713cf553dcca47beb22682a49c7081 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 14 Jul 2017 15:46:45 -0700 Subject: Fixes some pylint issues. This doesn't fix all complaints by pylint, but significantly reduces their number. Ditto for pep8 complaints. Also makes a couple of related cosmetic edits. TESTED: Ran "scons build-all check" with no errors. Both "pylint" and "pep8" targets report fewer issues. --- test_maidenhead.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test_maidenhead.py') diff --git a/test_maidenhead.py b/test_maidenhead.py index cc756d00..665fd493 100755 --- a/test_maidenhead.py +++ b/test_maidenhead.py @@ -12,6 +12,7 @@ from __future__ import absolute_import, print_function, division import sys + import gps.clienthelpers errors = 0 -- cgit v1.2.1