lint/format fixes

This commit is contained in:
2023-09-28 16:32:52 +01:00
parent 876de55ad2
commit d758db9dee
4 changed files with 12 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ def get_nvdapath():
try:
NVDA_PATH = Path(get_nvdapath()) / "nvda.exe"
except FileNotFoundError as e:
except FileNotFoundError:
NVDA_PATH = ""