generated from Luis/nextjs-python-web-template
nix fmt
This commit is contained in:
@@ -17,4 +17,4 @@ class Repository(Base):
|
||||
jsonblob = Column(JSON)
|
||||
prod_id = Column(Integer, ForeignKey("producers.id"))
|
||||
|
||||
producer = relationship("Producer", back_populates="repos")
|
||||
producer = relationship("Producer", back_populates="repos")
|
||||
|
||||
Reference in New Issue
Block a user