mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:45:59 +08:00
Fix typing
List wasn't added, so mypy borked. CURA-7055
This commit is contained in:
parent
ff017e6a52
commit
33b3bb77c3
@ -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…
x
Reference in New Issue
Block a user