Skip to content

Commit

Permalink
Delete open3d reference in __init__.py to fix open3d = in stubgen.
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Aug 31, 2024
1 parent 61da990 commit 288d51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/open3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def _jupyter_nbextension_paths():

if sys.platform == "win32":
_win32_dll_dir.close()
del os, sys, CDLL, load_cdll, find_library, Path, warnings, _insert_pybind_names
del os, sys, CDLL, load_cdll, find_library, Path, warnings, _insert_pybind_names, open3d

0 comments on commit 288d51d

Please sign in to comment.