chore(quality): apply ruff autofixes and formatting (29 fixes, 41 files reformatted)
This commit is contained in:
@@ -35,7 +35,9 @@ class StockLocation(Base):
|
||||
)
|
||||
|
||||
# Relationships
|
||||
account: Mapped["Account"] = relationship("Account", back_populates="stock_locations")
|
||||
account: Mapped["Account"] = relationship(
|
||||
"Account", back_populates="stock_locations"
|
||||
)
|
||||
equipment_items: Mapped[list["Equipment"]] = relationship(
|
||||
"Equipment", back_populates="location"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user