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:
parent
2a9391ad32
commit
e239f61408
4 changed files with 7 additions and 5 deletions
|
|
@ -23,6 +23,7 @@ from .enums import (
|
|||
UsageFrequency,
|
||||
)
|
||||
from .health import LabResult, MedicationEntry, MedicationUsage
|
||||
from .pricing import PricingRecalcJob
|
||||
from .product import (
|
||||
ActiveIngredient,
|
||||
Product,
|
||||
|
|
@ -33,7 +34,6 @@ from .product import (
|
|||
ProductPublic,
|
||||
ProductWithInventory,
|
||||
)
|
||||
from .pricing import PricingRecalcJob
|
||||
from .profile import UserProfile
|
||||
from .routine import GroomingSchedule, Routine, RoutineStep
|
||||
from .skincare import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue