some fixes and lint cleanups

This commit is contained in:
Sayan Jyoti Das
2026-03-17 21:16:53 +05:30
parent 530841967e
commit 845a13ba83
8 changed files with 57 additions and 39 deletions
-3
View File
@@ -22,9 +22,6 @@ import os
import sys
bonsai_lib_path = os.environ.get("BONSAI_LIB_PATH")
print(os.environ)
print(bonsai_lib_path)
bonsai_version = os.environ.get("BONSAI_VERSION")
if bonsai_lib_path:
sys.path.insert(0, bonsai_lib_path)