From af60811d34dc079febe8c2b18032aca5e54ad214 Mon Sep 17 00:00:00 2001 From: Ethan Rooke Date: Mon, 11 Nov 2024 22:54:56 -0600 Subject: [PATCH] fix: remove unreachable code --- src/build123d/topology.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build123d/topology.py b/src/build123d/topology.py index a104ab21..955b2cd7 100644 --- a/src/build123d/topology.py +++ b/src/build123d/topology.py @@ -6759,7 +6759,6 @@ def desired_faces(face_list: list[Face]) -> bool: projection = projection_faces.pop(0).fuse(*projection_faces).clean() return projection - return target_projected_edges def make_holes(self, interior_wires: list[Wire]) -> Face: """Make Holes in Face