Clean up some redundant code and fix annotations

This commit is contained in:
Veronica Berglyd Olsen
2023-11-29 16:05:14 +01:00
parent 1d1dae0c7e
commit b526315084
8 changed files with 29 additions and 57 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class GuiTextDocument(QTextDocument):
return
def __del__(self): # pragma: no cover
def __del__(self) -> None: # pragma: no cover
logger.debug("Delete: GuiTextDocument")
return