mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
Satisfy formatter
This commit is contained in:
parent
6a0f2a0ebb
commit
a7c8b021dd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class NewDeckStats(QDialog):
|
||||||
|
|
||||||
def _on_bridge_cmd(self, cmd: str) -> bool:
|
def _on_bridge_cmd(self, cmd: str) -> bool:
|
||||||
if cmd.startswith("browserSearch"):
|
if cmd.startswith("browserSearch"):
|
||||||
_, query = cmd.split(':', 1)
|
_, query = cmd.split(":", 1)
|
||||||
browser = aqt.dialogs.open("Browser", self.mw)
|
browser = aqt.dialogs.open("Browser", self.mw)
|
||||||
browser.search_for(query)
|
browser.search_for(query)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue