mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
More type checking fixes after the merge.
CURA-2917
This commit is contained in:
parent
98a6568313
commit
5884509af1
3 changed files with 3 additions and 3 deletions
|
@ -694,7 +694,7 @@ class ContainerManager(QObject):
|
|||
ContainerManager.__instance = cls()
|
||||
return ContainerManager.__instance
|
||||
|
||||
__instance = None
|
||||
__instance = None # type: 'ContainerManager'
|
||||
|
||||
# Factory function, used by QML
|
||||
@staticmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue