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:
Abdo 2025-07-24 11:31:31 +03:00
parent 7dac2fc4ff
commit e71f789958

View file

@ -1070,5 +1070,3 @@ def _extract_dynamic_get_request(path: str) -> DynamicRequest | None:
return legacy_page_data
else:
return None
return None
return None