Fix final set of typing issues

This commit is contained in:
Jaime van Kessel 2021-04-07 14:02:29 +02:00
parent 3432720f7c
commit d49a90029f
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 9 additions and 9 deletions

View file

@ -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()