diff --git a/cura/API/Account.py b/cura/API/Account.py index e0d2bb6d7a..49cec55eb3 100644 --- a/cura/API/Account.py +++ b/cura/API/Account.py @@ -238,7 +238,7 @@ class Account(QObject): self._sync() @pyqtSlot() - def popupClosed(self): + def popupClosed(self) -> None: self._setManualSyncEnabled(True) @pyqtSlot()