mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 08:58:59 +08:00
Add type hint in cura/API/Account.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
050878bbfe
commit
23c039a873
@ -238,7 +238,7 @@ class Account(QObject):
|
||||
self._sync()
|
||||
|
||||
@pyqtSlot()
|
||||
def popupClosed(self):
|
||||
def popupClosed(self) -> None:
|
||||
self._setManualSyncEnabled(True)
|
||||
|
||||
@pyqtSlot()
|
||||
|
Loading…
x
Reference in New Issue
Block a user