From 7c0aa2ec3bbd93efa79c705a575b927191eaaadd Mon Sep 17 00:00:00 2001 From: gumyr Date: Sat, 5 Jul 2025 19:57:22 -0400 Subject: [PATCH] Removing ocp_vscode import --- src/build123d/topology/composite.py | 3 --- src/build123d/topology/shape_core.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/build123d/topology/composite.py b/src/build123d/topology/composite.py index b4015ae..6bb377e 100644 --- a/src/build123d/topology/composite.py +++ b/src/build123d/topology/composite.py @@ -1573,6 +1573,3 @@ class Part(Compound): @property def _dim(self) -> int: return 3 - - -from ocp_vscode import show diff --git a/src/build123d/topology/shape_core.py b/src/build123d/topology/shape_core.py index eee15a6..0d87c0c 100644 --- a/src/build123d/topology/shape_core.py +++ b/src/build123d/topology/shape_core.py @@ -3086,9 +3086,6 @@ class Joint(ABC): node.location = node.location # type: ignore[assignment] -from ocp_vscode import show - - class SkipClean: """Skip clean context for use in operator driven code where clean=False wouldn't work"""