style: 移除多余空行

This commit is contained in:
2026-08-25 13:50:27 +08:00
parent d0d697b4de
commit 2f54551ba3
@@ -46,7 +46,6 @@ def _arc_midpoint(edge: dict[str, Any], start: Vector, end: Vector, center: Vect
radius_vector = first.normalized() * radius
return center + radius_vector * math.cos(half) + normal.cross(radius_vector) * math.sin(half)
class Build123dGeometryAdapter:
"""All B-rep construction and mutation lives in this adapter."""