From 767ee484baacd461cddd15bc74eb8f754221ec49 Mon Sep 17 00:00:00 2001 From: David Kaufman Date: Mon, 17 Nov 2025 09:18:30 -0500 Subject: [PATCH] Hopefully placate CodeQL --- src/Mod/CAM/Path/Tool/assets/ui/filedialog.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/CAM/Path/Tool/assets/ui/filedialog.py b/src/Mod/CAM/Path/Tool/assets/ui/filedialog.py index 1b417e02e6..884f429389 100644 --- a/src/Mod/CAM/Path/Tool/assets/ui/filedialog.py +++ b/src/Mod/CAM/Path/Tool/assets/ui/filedialog.py @@ -120,8 +120,6 @@ class AssetOpenDialog(QFileDialog): # If we found external toolbits, ask user if they want to import them if external_toolbits: - from PySide.QtGui import QMessageBox - toolbit_names = [uri.asset_id for uri, _ in external_toolbits] if quiet: Path.Log.info("Importing tool bits for the library")