Files
cartsnitch-fork-test/api
Gandalf the Greybeard 0b7899fed8 Remove dead dispose_engine import from main.py
The dispose_engine import on line 9 was left over from a database.py refactor.
The lifespan context manager correctly uses local imports of init_db and
close_db instead. This dead import causes ImportError at module load,
crashing the API pod.

Fixes CAR-953
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-23 02:55:52 +00:00
..