mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class Account(QObject):
|
|||
self._sync()
|
||||
|
||||
@pyqtSlot()
|
||||
def popupClosed(self):
|
||||
def popupClosed(self) -> None:
|
||||
self._setManualSyncEnabled(True)
|
||||
|
||||
@pyqtSlot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue