mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Additional typing fixes
CURA-7473
This commit is contained in:
parent
20f9d4c806
commit
979407eddf
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ class Account(QObject):
|
|||
self._sync_state = SyncState.IDLE
|
||||
self._manual_sync_enabled = False
|
||||
self._update_packages_enabled = False
|
||||
self._update_packages_action = None # type: Callable
|
||||
self._update_packages_action = None # type: Optional[Callable]
|
||||
self._last_sync_str = "-"
|
||||
|
||||
self._callback_port = 32118
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue