Browse Source

Update cura/API/Account.py

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
Nino van Hooff 4 years ago
parent
commit
050878bbfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/API/Account.py

+ 1 - 1
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)