Skip to content

Commit

Permalink
format & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
papachap committed Oct 15, 2024
1 parent f79fc6a commit 71cef2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/compas_timber/_fabrication/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"JackRafterCut",
"BTLxProcess",
"OrientationType",
"JackRafterCutParams", "Drilling", "DrillingParams",
"JackRafterCutParams",
"Drilling",
"DrillingParams",
"StepJointNotch",
"StepJointNotchParams",
"StepJoint",
Expand Down
2 changes: 1 addition & 1 deletion src/compas_timber/_fabrication/drilling.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from compas.geometry import Vector
from compas.geometry import angle_vectors_signed
from compas.geometry import distance_point_plane
from compas.geometry import intersection_segment_plane
from compas.geometry import intersection_line_plane
from compas.geometry import intersection_segment_plane
from compas.geometry import is_point_behind_plane
from compas.geometry import is_point_in_polyhedron
from compas.geometry import project_point_plane
Expand Down

0 comments on commit 71cef2d

Please sign in to comment.