fix: Resolve Ruff E402 warnings and clean up imports across multiple modules
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## 2025-11-12
|
||||
|
||||
- Diagnosed admin bootstrap failure caused by legacy `roles` schema, added Alembic migration `20251112_00_add_roles_metadata_columns.py` to backfill `display_name`, `description`, `created_at`, and `updated_at`, and verified the migration via full pytest run in the activated `.venv`.
|
||||
- Resolved Ruff E402 warnings by moving module docstrings ahead of `from __future__ import annotations` across currency and pricing service modules, dropped the unused `HTTPException` import in `monitoring/__init__.py`, and confirmed a clean `ruff check .` run.
|
||||
|
||||
## 2025-11-11
|
||||
|
||||
|
||||
Reference in New Issue
Block a user