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:
parent
44c71394c9
commit
c0a79d283c
@ -524,7 +524,6 @@ class KATCCMParser:
|
||||
|
||||
yield values
|
||||
|
||||
|
||||
def _spdechex(s):
|
||||
return binascii.hexlify(''.join(s.split()))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user