style: apply black and isort formatting

Run formatting tools on Phase 1 changes:
- black (code formatter)
- isort (import sorter)
- ruff (linter)

All linting checks pass.
This commit is contained in:
Piotr Oleszczyk 2026-03-06 10:17:00 +01:00
parent 2a9391ad32
commit e239f61408
4 changed files with 7 additions and 5 deletions

View file

@ -14,8 +14,8 @@ from innercontext.api import ( # noqa: E402
ai_logs,
health,
inventory,
profile,
products,
profile,
routines,
skincare,
)