diff --git a/beancount_cde_importer/__init__.py b/beancount_cde_importer/__init__.py index 264b0d0..d716c46 100644 --- a/beancount_cde_importer/__init__.py +++ b/beancount_cde_importer/__init__.py @@ -51,7 +51,7 @@ def get_start_date(file: cache._FileMemo) -> Optional[date]: return get_date(file, START_DATE_REGEX) -class CaisseDEpargneImporter(importer.ImporterProtocol): +class CDEImporter(importer.ImporterProtocol): def __init__(self, account: str): self.account = account