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 Dec 19, 2024
1 parent c9fe4f0 commit 7dc7a38
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 @@ -212,4 +212,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 7dc7a38

Please sign in to comment.