From bf54225f86052f57466657ea1dcc1847b405d2c6 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Fri, 13 Mar 2026 20:13:34 +0000 Subject: [PATCH] fix: site-packages + dist check for frontend build, fix ruff blank lines --- cli/commands/studio.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/commands/studio.py b/cli/commands/studio.py index c5b5773d27..0bec52f456 100644 --- a/cli/commands/studio.py +++ b/cli/commands/studio.py @@ -19,7 +19,6 @@ STUDIO_HOME = Path.home() / ".unsloth" / "studio" _PACKAGE_ROOT = Path(__file__).resolve().parent.parent.parent - def _studio_venv_python() -> Optional[Path]: """Return the studio venv Python binary, or None if not set up.""" if platform.system() == "Windows": @@ -50,7 +49,6 @@ def _find_run_py() -> Optional[Path]: return None - def _find_setup_script() -> Optional[Path]: """Find studio/setup.sh or studio/setup.ps1.