aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sql/books/createdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/books/createdb.py')
-rw-r--r--examples/sql/books/createdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/books/createdb.py b/examples/sql/books/createdb.py
index 1c27abf25..f8739b4d0 100644
--- a/examples/sql/books/createdb.py
+++ b/examples/sql/books/createdb.py
@@ -38,7 +38,7 @@
##
#############################################################################
-from PySide2.QtSql import QSqlDatabase, QSqlError, QSqlQuery
+from PySide2.QtSql import QSqlDatabase, QSqlQuery
from datetime import date
def add_book(q, title, year, authorId, genreId, rating):