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-05-19 15:14:10 +0300
committerGitHub <noreply@github.com>2020-05-19 15:14:10 +0300
commit050878bbfe56a7323d747279bdb677903ef456d5 (patch)
tree3c47e8cb1fecdbf04cffcc6571b85a0d4271d508 /cura/API
parent9e30efb615bbf3b02db2523971d6d7852e0e214a (diff)
Update cura/API/Account.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
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 4df5765f58..e0d2bb6d7a 100644
--- a/cura/API/Account.py
+++ b/cura/API/Account.py
@@ -231,7 +231,7 @@ class Account(QObject):
@pyqtSlot()
@pyqtSlot(bool)
- def sync(self, user_initiated=False):
+ def sync(self, user_initiated: bool = False) -> None:
if user_initiated:
self._setManualSyncEnabled(False)