Skip to content

Commit

Permalink
Fixing linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kanafani committed Jan 28, 2024
1 parent 22c6d11 commit c39917d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tariochbctools/importers/raiffeisench/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

class RaiffeisenCHImporter(mt940importer.Importer):
"""An importer for MT940 from Raiffeisen CH"""

"""To get the correct file, choose SWIFT -> 'Période prédéfinie du relevé de compte' -> Sans détails"""
"""Example RegEx for the file names : /Konto_CH\d+_\d+\.mt940"""

def prepare_payee(self, trxdata):
return ""
Expand All @@ -31,4 +31,4 @@ def prepare_narration(self, trxdata):
else:
narration = details.strip()

return narration
return narration

0 comments on commit c39917d

Please sign in to comment.