mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
Do not inherit SyncState from QObject
not necessary and fixes mypy warning CURA-7290
This commit is contained in:
parent
1ae050bbc5
commit
8e75da552d
@ -17,7 +17,7 @@ if TYPE_CHECKING:
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
|
||||
class SyncState(QObject):
|
||||
class SyncState:
|
||||
"""QML: Cura.AccountSyncState"""
|
||||
SYNCING = 0
|
||||
SUCCESS = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user