Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
GO FORMAT YOURSELF (black)
Browse files Browse the repository at this point in the history
  • Loading branch information
cow-bot committed Oct 26, 2023
1 parent c22ec65 commit edfb318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nexus_constructor/model/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def add_rotation(
),
target_pos: int = -1,
offset_vector: Optional[QVector3D] = None,
offset_units: str = ""
offset_units: str = "",
) -> Transformation:
"""
Note, currently assumes angle is in degrees
Expand All @@ -266,7 +266,7 @@ def add_rotation(
values,
target_pos,
offset_vector if offset_vector is not None else QVector3D(0.0, 0.0, 0.0),
offset_units
offset_units,
)

def _create_and_add_transform(
Expand Down

0 comments on commit edfb318

Please sign in to comment.