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)