mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -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
|
@ -18,7 +18,7 @@ class QualityManager:
|
|||
QualityManager.__instance = cls()
|
||||
return QualityManager.__instance
|
||||
|
||||
__instance = None
|
||||
__instance = None # type: 'QualityManager'
|
||||
|
||||
## Find a quality by name for a specific machine definition and materials.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue