mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[PEP8] Add a space after comma
Thanks Stéphane Bidoul for the feedback
This commit is contained in:
@@ -61,7 +61,7 @@ class HSBCParser(object):
|
||||
(?://)
|
||||
(?P<bankref>[%(ebcdic)s]{1,16})?
|
||||
(?:\n(?P<furtherinfo>[%(ebcdic)s]))?
|
||||
""" % (patterns)).replace('\n','')
|
||||
""" % (patterns)).replace('\n', '')
|
||||
|
||||
# Further info
|
||||
recparse["86"] = (r":(?P<recordid>86):"
|
||||
|
||||
Reference in New Issue
Block a user