mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Remove duplicate lines in mediasrv.py again
Turned out to be a race condition when the ruff/black/isort extensions are installed. https://github.com/astral-sh/ruff-vscode/issues/651
This commit is contained in:
parent
7dac2fc4ff
commit
e71f789958
1 changed files with 0 additions and 2 deletions
|
@ -1070,5 +1070,3 @@ def _extract_dynamic_get_request(path: str) -> DynamicRequest | None:
|
|||
return legacy_page_data
|
||||
else:
|
||||
return None
|
||||
return None
|
||||
return None
|
||||
|
|
Loading…
Reference in a new issue