mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Final typing fix
Contributes to CL-1331
This commit is contained in:
parent
59eb9bbab1
commit
20e4142667
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue