mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Codestyle & typing
This commit is contained in:
parent
b363be4afb
commit
b4b7e1fc21
3 changed files with 4 additions and 3 deletions
|
@ -121,7 +121,7 @@ class DrivePluginExtension(QObject, Extension):
|
|||
return bool(self._preferences.getValue(Settings.AUTO_BACKUP_ENABLED_PREFERENCE_KEY))
|
||||
|
||||
@pyqtProperty("QVariantList", notify = backupsChanged)
|
||||
def backups(self) -> List:
|
||||
def backups(self) -> List[Dict[str, Any]]:
|
||||
return self._backups
|
||||
|
||||
@pyqtSlot(name = "refreshBackups")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue