1
0

whitespace, imports, code style

This commit is contained in:
Sander van Grieken
2023-09-22 16:34:28 +02:00
parent 4acf1ac1df
commit 190c19d48c
27 changed files with 269 additions and 232 deletions

View File

@@ -19,6 +19,10 @@ if TYPE_CHECKING:
class QEAbstractWizard(QDialog, MessageBoxMixin):
""" Concrete subclasses of QEAbstractWizard must also inherit from a concrete AbstractWizard subclass.
QEAbstractWizard forms the base for all QtWidgets GUI based wizards, while AbstractWizard defines
the base for non-gui wizard flow navigation functionality.
"""
_logger = get_logger(__name__)
requestNext = pyqtSignal()