Addon Manager: Protect refs to QRegularExpressionValidator

This commit is contained in:
Chris Hennes
2022-09-11 17:00:44 -05:00
parent 88ee6bb47f
commit df831d8cbd
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