diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index c713e2c7..2b3ee327 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -4,6 +4,7 @@ from tabulate import tabulate import math import logging from dataclasses import dataclass +from typing import ClassVar from serenitas.utils.exchange import ExchangeMessage, FileAttachment from serenitas.analytics.dates import next_business_day |
