Add type hint in cura/API/Account.py

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Nino van Hooff 2020-05-19 14:14:39 +02:00 committed by GitHub
parent 050878bbfe
commit 23c039a873
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ class Account(QObject):
self._sync()
@pyqtSlot()
def popupClosed(self):
def popupClosed(self) -> None:
self._setManualSyncEnabled(True)
@pyqtSlot()