Skip to content

Commit 60ca15e

Browse files
committed
black :heart
1 parent 5ba8543 commit 60ca15e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/compas/geometry/curves/line.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ def frame(self):
140140

141141
@frame.setter
142142
def frame(self, frame):
143-
raise AttributeError(
144-
"Setting the coordinate frame of a line is not supported.")
143+
raise AttributeError("Setting the coordinate frame of a line is not supported.")
145144

146145
@property
147146
def point(self):

0 commit comments

Comments
 (0)