diff options
Diffstat (limited to 'python/report_ops/cash.py')
| -rw-r--r-- | python/report_ops/cash.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/report_ops/cash.py b/python/report_ops/cash.py index 94837697..e1fd8319 100644 --- a/python/report_ops/cash.py +++ b/python/report_ops/cash.py @@ -8,13 +8,13 @@ from serenitas.utils.env import DAILY_DIR from serenitas.utils.db import dbconn from serenitas.analytics.dates import prev_business_day -from .misc import get_dir, dt_from_fname +from .misc import get_dir, dt_from_fname, CUSTODIAN from .custodians import get_custodian_download_fun @dataclass class CashReport: - custodian: ClassVar[str] + custodian: CUSTODIAN date: datetime.date dtkey: ClassVar _conn: ClassVar[dbconn] = dbconn("dawndb") |
