Skip to content

Commit d6a5aca

Browse files
committed
Fix linter errors
1 parent 8647191 commit d6a5aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/python/app/services/implementations/location_group_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
from sqlalchemy.ext.asyncio import AsyncSession
55
from sqlmodel import select
66

7+
from app.models.location import Location
78
from app.models.location_group import (
89
LocationGroup,
910
LocationGroupCreate,
1011
LocationGroupUpdate,
1112
)
12-
from app.models.location import Location
1313

1414

1515
class LocationGroupService:

0 commit comments

Comments
 (0)