Do not inherit SyncState from QObject

not necessary and fixes mypy warning

CURA-7290
This commit is contained in:
Nino van Hooff 2020-05-12 11:23:14 +02:00
parent 1ae050bbc5
commit 8e75da552d

View File

@ -17,7 +17,7 @@ if TYPE_CHECKING:
i18n_catalog = i18nCatalog("cura")
class SyncState(QObject):
class SyncState:
"""QML: Cura.AccountSyncState"""
SYNCING = 0
SUCCESS = 1