Remove spurious newline

Even though some python styles suggest there should be multiple newlines between
methods/classes, for consistency with the surrounding code, it's best to be
consistent by having merely one newline between each functional block.

MFC after:	1 week
This commit is contained in:
ngie 2019-05-21 02:49:15 +00:00
parent 44c71394c9
commit c0a79d283c

View File

@ -524,7 +524,6 @@ class KATCCMParser:
yield values
def _spdechex(s):
return binascii.hexlify(''.join(s.split()))