shorter importer name
This commit is contained in:
parent
63da72c7c6
commit
5c8f8ed28a
|
@ -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…
Reference in a new issue