FrenchTransaction.parse_date isn't a class method anymore
This is because we call self._logger to log errors
This commit is contained in:
parent
b8a622590a
commit
9fdc1b4d56
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ class FrenchTransaction(Transaction):
|
|||
else:
|
||||
self.amount = Decimal('0')
|
||||
|
||||
@classmethod
|
||||
def parse_date(self, date):
|
||||
if date is None:
|
||||
return NotAvailable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue