mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Fix typing
List wasn't added, so mypy borked. CURA-7055
This commit is contained in:
parent
ff017e6a52
commit
33b3bb77c3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class CloudOutputDeviceManager:
|
||||||
# If the removed device was active we should connect to the new active device
|
# If the removed device was active we should connect to the new active device
|
||||||
self._connectToActiveMachine()
|
self._connectToActiveMachine()
|
||||||
|
|
||||||
def _onDevicesDiscovered(self, clusters: [CloudClusterResponse]) -> None:
|
def _onDevicesDiscovered(self, clusters: List[CloudClusterResponse]) -> None:
|
||||||
"""**Synchronously** create machines for discovered devices
|
"""**Synchronously** create machines for discovered devices
|
||||||
|
|
||||||
Any new machines are made available to the user.
|
Any new machines are made available to the user.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue