Addon Manager: Protect refs to QRegularExpressionValidator

This commit is contained in:
Chris Hennes
2022-09-11 17:00:44 -05:00
parent 8ccd6a1cec
commit 74469a8978
2 changed files with 17 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ import keyword
from PySide2.QtGui import (
QValidator,
QRegularExpressionValidator,
)
# QRegularExpressionValidator was only added at the very end of the PySide2