fix whitespaces

This commit is contained in:
Jakub Trllo 2025-04-14 17:55:48 +02:00
parent b403fccf05
commit 486be39faa
14 changed files with 23 additions and 23 deletions

View file

@ -492,7 +492,7 @@ def show(parent=None):
try:
module.window.close()
del(module.window)
del module.window
except (AttributeError, RuntimeError):
pass