From 050878bbfe56a7323d747279bdb677903ef456d5 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Tue, 19 May 2020 14:14:10 +0200 Subject: [PATCH] Update cura/API/Account.py Co-authored-by: Jaime van Kessel --- cura/API/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)