fix: remove empty WEEK_NUMS dict from db_engine.py (#34) #46

Merged
cal merged 1 commits from ai/major-domo-database-34 into next-release 2026-03-10 14:30:31 +00:00

View File

@ -51,12 +51,6 @@ Per season updates:
"""
WEEK_NUMS = {
'regular': {
}
}
def model_csv_headers(this_obj, exclude=None) -> List:
data = model_to_dict(this_obj, recurse=False, exclude=exclude)