More type checking fixes after the merge.

CURA-2917
This commit is contained in:
Simon Edwards 2016-11-22 11:51:18 +01:00
parent 98a6568313
commit 5884509af1
3 changed files with 3 additions and 3 deletions

View file

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