mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -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
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue