mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix final set of typing issues
This commit is contained in:
parent
3432720f7c
commit
d49a90029f
3 changed files with 9 additions and 9 deletions
|
@ -102,7 +102,7 @@ class VersionUpgrade48to49(VersionUpgrade):
|
|||
if "shell" in parser:
|
||||
for setting in parser["shell"]:
|
||||
if setting in self._moved_visibility_settings:
|
||||
parser["top_bottom"][setting] = None
|
||||
parser["top_bottom"][setting] = None # type: ignore
|
||||
del parser["shell"][setting]
|
||||
|
||||
result = io.StringIO()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue