refactor: fix some things shown by newer VS syntax checker, mostly type related

This commit is contained in:
Dobin Rutishauser
2025-01-25 18:07:24 +01:00
parent 1d3324686f
commit 919aca0d70
11 changed files with 73 additions and 66 deletions
+1 -1
View File
@@ -62,4 +62,4 @@ def search_for_dll(dll_name) -> str:
full_path = os.path.join(path, dll_name)
if os.path.exists(full_path):
return full_path
return None
return "<not found>"