We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fcb9e commit 11bf342Copy full SHA for 11bf342
python-sqlite-sqlalchemy/project/modules/models.py
@@ -52,4 +52,3 @@ class Publisher(Base):
52
books = relationship(
53
"Book", secondary=book_publisher, back_populates="publishers"
54
)
55
-
0 commit comments