From 09dc07bcb21d7b1745c6102b5dd603c2ddd6041d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Mon, 19 Dec 2022 11:34:17 +0100 Subject: build_scripts: remove unused imports Many leftovers from the pathlib migration patches. Pick-to: 6.4 Change-Id: I7126fadbe45dbb387bc8948ba777cb690f10a758 Reviewed-by: Shyamnath Premnadh Reviewed-by: Adrian Herrmann Reviewed-by: Friedemann Kleint --- build_scripts/platforms/macos.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build_scripts/platforms/macos.py') diff --git a/build_scripts/platforms/macos.py b/build_scripts/platforms/macos.py index dc76bbeb5..53e5c6fa5 100644 --- a/build_scripts/platforms/macos.py +++ b/build_scripts/platforms/macos.py @@ -2,7 +2,6 @@ # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only import fnmatch -import os from pathlib import Path from ..config import config -- cgit v1.2.3