Skip to content

Commit 74ec4da

Browse files
committed
Removed commented out code
1 parent 63cc0ac commit 74ec4da

File tree

1 file changed

+0
-3
lines changed
  • python-sqlite-sqlalchemy/project/examples/example_1

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def add_new_book(data, author_name, book_title, publisher_name):
6464
& (data.title == book_title)
6565
& (data.publisher == publisher_name)
6666
):
67-
# raise ValueError(
68-
# "New item exists", author_name, book_title, publisher_name
69-
# )
7067
return data
7168
# Add the new book
7269
return data.append(

0 commit comments

Comments
 (0)