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

@ -38,7 +38,7 @@ class ProfilesModel(InstanceContainersModel):
ProfilesModel.__instance = cls()
return ProfilesModel.__instance
__instance = None
__instance = None # type: 'ProfilesModel'
## Fetch the list of containers to display.
#