Drop redundant fsdecode from __main__.py (#18107)

This commit is contained in:
Zanie Blue
2026-02-19 14:43:22 -06:00
committed by GitHub
parent 2cd378e947
commit 4f9deb4efa
+1 -1
View File
@@ -24,7 +24,7 @@ def _detect_virtualenv() -> str:
def _run() -> None:
uv = os.fsdecode(find_uv_bin())
uv = find_uv_bin()
env = os.environ.copy()
venv = _detect_virtualenv()