Remove the empty WEEK_NUMS dict from db_engine.py
#34
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-database#34
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
app/db_engine.py:54-58— A module-level constant defined but never referenced. Dead code.Priority: low | Labels: tech-debt
Fixed in PR #46: #46
Removed the empty
WEEK_NUMSdict (6 lines). Grep confirmed zero references across the codebase.