Hopefully placate CodeQL

This commit is contained in:
David Kaufman
2025-11-17 09:18:30 -05:00
parent f22d0e2292
commit 767ee484ba

View File

@@ -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")