Skip to content

Commit

Permalink
added ignore line to pyi_splash import (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Haupt <[email protected]>
  • Loading branch information
Josef-Haupt and Josef Haupt authored Aug 7, 2024
1 parent fd3506d commit 9c2f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ def on_tab_select(value: gr.SelectData):
_WINDOW = webview.create_window("BirdNET-Analyzer", url.rstrip("/") + "?__theme=light", min_size=(1024, 768))

with suppress(ModuleNotFoundError):
import pyi_splash
import pyi_splash # type: ignore

pyi_splash.close()

Expand Down

0 comments on commit 9c2f852

Please sign in to comment.