mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +08:00
Add typing for MachineNodeMap's constructor
Contributes to issue CURA-6793. Co-Authored-By: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
c12817170c
commit
87f9c6d7cc
@ -83,7 +83,7 @@ class ContainerTree:
|
||||
#
|
||||
# This handles the lazy loading of MachineNodes.
|
||||
class MachineNodeMap:
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
self._machines = {}
|
||||
|
||||
## Returns whether a printer with a certain definition ID exists. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user