aboutsummaryrefslogtreecommitdiffstats
path: root/examples/statemachine/moveblocks/moveblocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/moveblocks/moveblocks.py')
-rw-r--r--examples/statemachine/moveblocks/moveblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/statemachine/moveblocks/moveblocks.py b/examples/statemachine/moveblocks/moveblocks.py
index 0d52c5b00..42a79b507 100644
--- a/examples/statemachine/moveblocks/moveblocks.py
+++ b/examples/statemachine/moveblocks/moveblocks.py
@@ -1,5 +1,6 @@
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+from __future__ import annotations
"""PySide6 port of the examples/statemachine/moveblocks example from Qt v6.x"""