Skip to content

Commit 11bf342

Browse files
committed
Removed extra blank line at end of file, so fussy
1 parent 02fcb9e commit 11bf342

File tree

1 file changed

+0
-1
lines changed
  • python-sqlite-sqlalchemy/project/modules

1 file changed

+0
-1
lines changed

python-sqlite-sqlalchemy/project/modules/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ class Publisher(Base):
5252
books = relationship(
5353
"Book", secondary=book_publisher, back_populates="publishers"
5454
)
55-

0 commit comments

Comments
 (0)