aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/legend/legend.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/legend/legend.py')
-rw-r--r--examples/charts/legend/legend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/charts/legend/legend.py b/examples/charts/legend/legend.py
index 5417a940f..36c5b6ed0 100644
--- a/examples/charts/legend/legend.py
+++ b/examples/charts/legend/legend.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
"""PySide6 port of the Legend example from Qt v5.x"""