Skip to content

Commit

Permalink
ignore mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Nov 26, 2024
1 parent cc8d888 commit 96a3842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def add_event_filter(object: QObject) -> None:
add_event_filter(w)


@no_type_check
def install_event_handlers() -> None:
for target in WEBVIEW_TARGETS():
add_event_filter(target)
Expand Down

0 comments on commit 96a3842

Please sign in to comment.