Skip to content

Commit 8c578cb

Browse files
ColinToftCopilot
andauthored
Update backend/python/app/models/location_group.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 43b7a11 commit 8c578cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/python/app/models/location_group.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class LocationGroup(LocationGroupBase, BaseModel, table=True):
2323

2424
__tablename__ = "location_groups"
2525
location_group_id: UUID = Field(default_factory=uuid4, primary_key=True)
26-
2726
# Relationship to locations
2827
locations: list["Location"] = Relationship()
2928

0 commit comments

Comments
 (0)