Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura/API
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2020-06-29 12:01:55 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2020-06-29 12:10:50 +0300
commit979407eddfd532e439e9320741ab06d60cdc8908 (patch)
tree981880343dae4e00dc824b2ab1e67b0ae47d92af /cura/API
parent20f9d4c8061fdde5607f6f4c077286d59f22b2b5 (diff)
Additional typing fixes
CURA-7473
Diffstat (limited to 'cura/API')
-rw-r--r--cura/API/Account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/API/Account.py b/cura/API/Account.py
index 17a90f0055..15bccb71e1 100644
--- a/cura/API/Account.py
+++ b/cura/API/Account.py
@@ -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