diff options
Diffstat (limited to 'examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py')
| -rw-r--r-- | examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py b/examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py index 5ab2a2cd2..9cd71b1a8 100644 --- a/examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py +++ b/examples/graphs/3d/widgetgraphgallery/variantbardataproxy.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 from PySide6.QtCore import Slot from PySide6.QtGraphs import QBarDataProxy, QBarDataItem |
