shorter importer name
This commit is contained in:
parent
63da72c7c6
commit
5c8f8ed28a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def get_start_date(file: cache._FileMemo) -> Optional[date]:
|
||||||
return get_date(file, START_DATE_REGEX)
|
return get_date(file, START_DATE_REGEX)
|
||||||
|
|
||||||
|
|
||||||
class CaisseDEpargneImporter(importer.ImporterProtocol):
|
class CDEImporter(importer.ImporterProtocol):
|
||||||
def __init__(self, account: str):
|
def __init__(self, account: str):
|
||||||
self.account = account
|
self.account = account
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue