Skip to content

Commit c7261c2

Browse files
committed
Fuck cars
1 parent 4f69377 commit c7261c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db_manager/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class Camera(Base):
2121
updated_at = Column(DateTime, default=lambda: datetime.now(timezone.utc), onupdate=lambda: datetime.now(timezone.utc))
2222

2323
parking_zones = relationship("ParkingZone", back_populates="camera")
24-
cars = relationship("Car", back_populates="camera")
2524

2625
def __repr__(self):
2726
return f"<Camera(id={self.id}, title='{self.title}', is_active={self.is_active})>"

0 commit comments

Comments
 (0)