aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sql/books/bookwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/books/bookwindow.py')
-rw-r--r--examples/sql/books/bookwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/sql/books/bookwindow.py b/examples/sql/books/bookwindow.py
index 7f9e0f94b..6aa82992b 100644
--- a/examples/sql/books/bookwindow.py
+++ b/examples/sql/books/bookwindow.py
@@ -1,5 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+from __future__ import annotations
from PySide6.QtWidgets import (QAbstractItemView, QDataWidgetMapper,
QHeaderView, QMainWindow, QMessageBox)