Skip to content

Commit

Permalink
White space changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Nov 26, 2023
1 parent 89fda66 commit fe860c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/build123d/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@
from build123d.geometry import (
DEG2RAD,
TOLERANCE,

Axis,
BoundBox,
Color,
Expand All @@ -286,7 +285,6 @@
Plane,
Vector,
VectorLike,

logger,
)

Expand Down Expand Up @@ -4041,8 +4039,9 @@ def position_face(orig_face: "Face") -> "Face":

# Align the text from the bounding box
align = tuplify(align, 2)
text_flat = text_flat.translate(Vector(
*text_flat.bounding_box().to_align_offset(align)))
text_flat = text_flat.translate(
Vector(*text_flat.bounding_box().to_align_offset(align))
)

if text_path is not None:
path_length = text_path.length
Expand Down

0 comments on commit fe860c4

Please sign in to comment.