mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Use double quotes instead of singles.
This commit is contained in:
parent
cf85831d87
commit
4fecf55b3b
4 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ class ProfilesModel(InstanceContainersModel):
|
|||
ProfilesModel.__instance = cls()
|
||||
return ProfilesModel.__instance
|
||||
|
||||
__instance = None # type: 'ProfilesModel'
|
||||
__instance = None # type: "ProfilesModel"
|
||||
|
||||
## Fetch the list of containers to display.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue