diff options
Diffstat (limited to 'examples/external/pandas/dataframe_model.py')
| -rw-r--r-- | examples/external/pandas/dataframe_model.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/external/pandas/dataframe_model.py b/examples/external/pandas/dataframe_model.py index b3d9e81fe..142d4c722 100644 --- a/examples/external/pandas/dataframe_model.py +++ b/examples/external/pandas/dataframe_model.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 import pandas as pd |
