diff --git a/scripts/bootstrap.py b/scripts/bootstrap.py index a92d85a..505295b 100644 --- a/scripts/bootstrap.py +++ b/scripts/bootstrap.py @@ -941,7 +941,6 @@ def main() -> int: print("Installing project into local venv (editable mode)") # Clean up old pip-generated entry point wrapper to avoid stale references - import platform if platform.system() != "Windows": old_mm = venv_dir / "bin" / "mm" if old_mm.exists():