mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
2nd round of CI codestyle fixes
This commit is contained in:
parent
b2719af0e3
commit
bd4c4b1f1d
2 changed files with 7 additions and 5 deletions
|
@ -46,7 +46,7 @@ class LocalClusterOutputDeviceManager:
|
|||
self._zero_conf_client.removedNetworkCluster.connect(self._onDiscoveredDeviceRemoved)
|
||||
|
||||
# Persistent dict containing manually connected clusters.
|
||||
self._manual_instances = {} # type: Dict[str, Callable]
|
||||
self._manual_instances = {} # type: Dict[str, Optional[Callable]]
|
||||
|
||||
## Start the network discovery.
|
||||
def start(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue