From 3dc388faa1e85aa1865739cc7fa81f5940c40981 Mon Sep 17 00:00:00 2001 From: Nose Date: Sat, 10 Jan 2026 22:31:04 -0800 Subject: [PATCH] f --- scripts/bootstrap.py | 1 - 1 file changed, 1 deletion(-) 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():