diff options
Diffstat (limited to 'create_wheels.py')
-rw-r--r-- | create_wheels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create_wheels.py b/create_wheels.py index c5d952fec..8be7bd9dc 100644 --- a/create_wheels.py +++ b/create_wheels.py @@ -1,5 +1,6 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only +from __future__ import annotations import os import platform |