fix mypy config

This commit is contained in:
2026-03-05 14:48:17 +01:00
parent 8e7242937e
commit 42768aa78a
4 changed files with 7 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ if sys.platform.startswith('linux'):
os.environ["QT_QPA_PLATFORM"] = "xcb"
if sys.platform=='windows' or sys.platform=="win32":
from win11toast import toast, notify
from win11toast import toast, notify # type: ignore
# Remove this into final release
from fake_patch_notes import patch_note