fix: site-packages + dist check for frontend
build, fix ruff blank lines
This commit is contained in:
parent
0e0325127d
commit
bf54225f86
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue