summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-20 14:53:01 -0700
committerGary E. Miller <gem@rellim.com>2018-06-20 14:53:01 -0700
commite4370b4523df12aced440d6d2972fe4ef3a0fb46 (patch)
treed786023c18813eb2101ca8f6cbe76a27dba2b0f6 /devtools
parent63cf09325fb36ab14590c41cdb86d3385d4e1ac6 (diff)
downloadgpsd-e4370b4523df12aced440d6d2972fe4ef3a0fb46.tar.gz
test_json_calidity.py: Fix for PEP8
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/test_json_validity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/devtools/test_json_validity.py b/devtools/test_json_validity.py
index 0f414cc0..959bfe8c 100755
--- a/devtools/test_json_validity.py
+++ b/devtools/test_json_validity.py
@@ -9,7 +9,8 @@
# Preserve this property!
from __future__ import absolute_import, print_function, division
-import json, sys
+import json
+import sys
success = True
lc = 0