Skip to content

Commit a1149f6

Browse files
committed
🧹 Remove unused trimesh import
1 parent 30d4ee1 commit a1149f6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/FastPointQuery.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ using CondaPkg, PythonCall
55
const np = PythonCall.pynew()
66
const shapely = PythonCall.pynew()
77
const o3d = PythonCall.pynew()
8-
const trimesh = PythonCall.pynew()
98

109
function __init__()
1110
@info "initializing environment..."
1211
try # import Python modules
1312
PythonCall.pycopy!(np , PythonCall.pyimport("numpy" ))
1413
PythonCall.pycopy!(shapely, PythonCall.pyimport("shapely"))
1514
PythonCall.pycopy!(o3d , PythonCall.pyimport("open3d" ))
16-
PythonCall.pycopy!(trimesh, PythonCall.pyimport("trimesh"))
1715
catch e
1816
@error "Failed to initialize Python ENV" exception=e
1917
end

0 commit comments

Comments
 (0)