major-domo-database/app/routers_v3
Cal Corum ac2c5920ce
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m17s
fix: remove empty finally clauses in custom_commands and help_commands
After removing db.close() calls, 22 finally: blocks were left empty
(12 in custom_commands.py, 10 in help_commands.py), causing
IndentationError at import time. Removed the finally: clause entirely
since connection lifecycle is now handled by the middleware.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 06:34:37 -05:00
..
stratplay fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
awards.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
battingstats.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
CLAUDE.md docs: Add subdirectory CLAUDE.md files for routers, stratplay, and services 2026-02-17 17:32:25 -06:00
current.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
custom_commands.py fix: remove empty finally clauses in custom_commands and help_commands 2026-03-27 06:34:37 -05:00
decisions.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
divisions.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
draftdata.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
draftlist.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
draftpicks.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
fieldingstats.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
help_commands.py fix: remove empty finally clauses in custom_commands and help_commands 2026-03-27 06:34:37 -05:00
injuries.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
keepers.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
managers.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
pitchingstats.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
players.py fix: standardize all collection POST routes to use trailing slash 2026-03-09 19:34:28 -05:00
results.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
sbaplayers.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
schedules.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
standings.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
stratgame.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
teams.py fix: standardize all collection POST routes to use trailing slash 2026-03-09 19:34:28 -05:00
transactions.py fix: replace manual db.close() calls with middleware-based connection management (#71) 2026-03-27 06:04:56 -05:00
views.py fix: validate sort_by parameter with Literal type in views.py (#36) 2026-03-17 16:29:58 -05:00