From a46f37c26520015e3ad8628587db3899f55d8c33 Mon Sep 17 00:00:00 2001 From: elie Date: Sat, 17 Oct 2015 20:22:30 +0000 Subject: linted for bad-whitespace and some other issues --- pysnmp/debug.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pysnmp/debug.py') diff --git a/pysnmp/debug.py b/pysnmp/debug.py index bec85400..da5101d0 100644 --- a/pysnmp/debug.py +++ b/pysnmp/debug.py @@ -109,5 +109,4 @@ def setLogger(l): logger = l def hexdump(octets): - return ' '.join(['%s%.2X' % (n%16 == 0 and ('\n%.5d: ' % n) or '', x) - for n, x in zip(range(len(octets)), octs2ints(octets))]) + return ' '.join(['%s%.2X' % (n%16 == 0 and ('\n%.5d: ' % n) or '', x) for n, x in zip(range(len(octets)), octs2ints(octets))]) -- cgit v1.2.1