Skip to content

Commit

Permalink
Apply Open3D code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gutnar committed Dec 18, 2023
1 parent 6af73a4 commit bfb5476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/open3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def _insert_pybind_names(skip_names=()):
if int(sys.version_info[0]) < 3:
raise Exception("Open3D only supports Python 3.")

if _build_config["BUILD_JUPYTER_EXTENSION"] and os.environ.get("DISABLE_OPEN3D_WEB_VISUALIZER", "False") != "True":
if _build_config["BUILD_JUPYTER_EXTENSION"] and os.environ.get(
"DISABLE_OPEN3D_WEB_VISUALIZER", "False") != "True":
import platform
if not (platform.machine().startswith("arm") or
platform.machine().startswith("aarch")):
Expand Down

0 comments on commit bfb5476

Please sign in to comment.