Skip to content

Commit 7dc7a38

Browse files
committed
Delete open3d reference in __init__.py to fix open3d = in stubgen.
1 parent c9fe4f0 commit 7dc7a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/open3d/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ def _jupyter_nbextension_paths():
212212

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

0 commit comments

Comments
 (0)