2nd round of CI codestyle fixes

This commit is contained in:
ChrisTerBeke 2019-08-02 15:37:11 +02:00
parent b2719af0e3
commit bd4c4b1f1d
2 changed files with 7 additions and 5 deletions

View file

@ -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: