diff --git a/regolith/compatibility_other_os.go b/regolith/compatibility_other_os.go index bba06da4..6f0eff4f 100644 --- a/regolith/compatibility_other_os.go +++ b/regolith/compatibility_other_os.go @@ -3,10 +3,6 @@ package regolith -import ( - "fmt" -) - // venvScriptsPath is a folder name between "venv" and "python" that leads to // the python executable. const venvScriptsPath = "bin"