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