Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Jan 30, 2024
1 parent c822719 commit dd374ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/compas_timber/connections/x_halflap.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ def __data__(self):
@classmethod
def __from_data__(cls, value):
instance = cls(
frame=Frame.__from_data__(value["frame"]),
key=value["key"],
cut_plane_bias=value["cut_plane_bias"]
frame=Frame.__from_data__(value["frame"]), key=value["key"], cut_plane_bias=value["cut_plane_bias"]
)
instance.beam_a_key = value["beam_a"]
instance.beam_b_key = value["beam_b"]
Expand Down

0 comments on commit dd374ae

Please sign in to comment.