aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/base.py')
-rw-r--r--python/report_ops/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/report_ops/base.py b/python/report_ops/base.py
index 7517591b..52560965 100644
--- a/python/report_ops/base.py
+++ b/python/report_ops/base.py
@@ -6,7 +6,6 @@ from serenitas.utils.db2 import dbconn
class Report:
_sql_insert: ClassVar[str]
_conn: ClassVar = dbconn("dawndb")
- _registry: ClassVar[dict] = {}
def __init_subclass__(cls, table_name: str, columns: tuple[str], **kwargs):
super().__init_subclass__(**kwargs)