mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix typing
This commit is contained in:
parent
56cec02d44
commit
98c4b7508f
2 changed files with 4 additions and 4 deletions
|
@ -32,8 +32,8 @@ class CloudOutputDeviceManager:
|
|||
# The translation catalog for this device.
|
||||
I18N_CATALOG = i18nCatalog("cura")
|
||||
|
||||
addedCloudCluster = Signal(CloudOutputDevice)
|
||||
removedCloudCluster = Signal(CloudOutputDevice)
|
||||
addedCloudCluster = Signal()
|
||||
removedCloudCluster = Signal()
|
||||
|
||||
def __init__(self) -> None:
|
||||
# Persistent dict containing the remote clusters for the authenticated user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue