Skip to content

Commit 246440c

Browse files
committed
Removed unnecessary import author_publisher
1 parent 9a53094 commit 246440c

File tree

1 file changed

+1
-1
lines changed
  • python-sqlite-sqlalchemy/project/examples/example_2

1 file changed

+1
-1
lines changed

python-sqlite-sqlalchemy/project/examples/example_2/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sqlalchemy.sql import asc, desc, func
1010
from treelib import Tree
1111

12-
from project.modules.models import Author, Book, Publisher, author_publisher
12+
from project.modules.models import Author, Book, Publisher
1313

1414

1515
def get_books_by_publishers(session, ascending=True):

0 commit comments

Comments
 (0)