code-review-fix task 14.2: mark task 14.2 as done in tasks.md

This commit is contained in:
Marko Djordjevic 2026-02-18 20:47:51 +01:00
parent 8d9a86efb4
commit 4081a566b5

View file

@ -128,7 +128,7 @@
## 14. Dead Code Removal
- [x] 14.1 `[haiku]` Delete `src/lib/db/migrate.ts` (dead SQLite migration code)
- [ ] 14.2 `[haiku]` Remove `get_db_session()` function from `services/ml/app/db.py:99-111`
- [x] 14.2 `[haiku]` Remove `get_db_session()` function from `services/ml/app/db.py:99-111`
- [ ] 14.3 `[haiku]` Remove dead `inference*` package reference from `pyproject.toml:32`
- [ ] 14.4 `[haiku]` Fix inconsistent `uuid as uuid_lib` import in `services/ml/app/main.py:9` — use standard `import uuid`
- [ ] 14.5 `[haiku]` Remove duplicate `TALIB_PATTERNS` dict — import from one location (`app/patterns.py` or `generate_talib_annotations.py`)