We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba8543 commit 60ca15eCopy full SHA for 60ca15e
src/compas/geometry/curves/line.py
@@ -140,8 +140,7 @@ def frame(self):
140
141
@frame.setter
142
def frame(self, frame):
143
- raise AttributeError(
144
- "Setting the coordinate frame of a line is not supported.")
+ raise AttributeError("Setting the coordinate frame of a line is not supported.")
145
146
@property
147
def point(self):
0 commit comments