Fix annotation errors

This commit is contained in:
Veronica Berglyd Olsen
2024-04-09 17:01:05 +02:00
parent 99c4b0acd0
commit c1154682b5
19 changed files with 60 additions and 44 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def logException() -> None:
return
def formatException(exc) -> str:
def formatException(exc: BaseException) -> str:
"""Format an exception as a string the same way the default
exception handler does.
"""