fix mypy config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user