From 5c8f8ed28ae5f2ea811ef961cd9ae79c2ecc9804 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 5 Feb 2022 20:09:12 +0100 Subject: [PATCH] shorter importer name --- beancount_cde_importer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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