Final typing fix

Contributes to CL-1331
This commit is contained in:
Ian Paschal 2019-05-15 10:51:18 +02:00
parent 59eb9bbab1
commit 20e4142667

View file

@ -28,7 +28,7 @@ class Machine():
self.group_id = "" # type: str
self.group_name = "" # type: str
self.um_network_key = "" # type: str
self.configuration = {} # type: Dict[str, any]
self.configuration = {} # type: Dict[str, Any]
self.connection_types = [] # type: List[int]
class Machines(QObject):