Skip to content

Commit

Permalink
fixed it linted formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
obucklin committed Sep 6, 2024
1 parent e85da31 commit 4c0a072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/compas_timber/design/wall_from_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from compas.geometry import matrix_from_frame_to_frame
from compas.geometry import offset_line
from compas.geometry import offset_polyline
from compas.tolerance import Tolerance

from compas_timber.connections import ConnectionSolver
from compas_timber.connections import JointTopology
Expand All @@ -25,7 +26,6 @@
from compas_timber.design import CategoryRule
from compas_timber.elements import Beam
from compas_timber.model import TimberModel
from compas.tolerance import Tolerance


class SurfaceModel(object):
Expand Down Expand Up @@ -94,7 +94,6 @@ def __init__(
edge_stud_offset=0.0,
custom_dimensions=None,
joint_overrides=None,

):
self.surface = surface
self.beam_width = beam_width
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""Creates a Beam from a LineCurve."""

import Rhino
from compas.tolerance import Tolerance
from compas.geometry import Brep
from compas.scene import Scene
from compas.tolerance import Tolerance
from ghpythonlib.componentbase import executingcomponent as component
from Grasshopper.Kernel.GH_RuntimeMessageLevel import Warning
from Rhino.Geometry import Brep as RhinoBrep
Expand Down

0 comments on commit 4c0a072

Please sign in to comment.