Skip to content

Commit 5076254

Browse files
committed
return curve import to it's previous state
1 parent 09b3070 commit 5076254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/geometry/curves/polyline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from compas.geometry import Point
1111
from compas.geometry import Line
1212
from compas.geometry import Frame
13-
from compas.geometry.curves.curve import Curve
13+
from .curve import Curve
1414

1515

1616
class Polyline(Curve):

0 commit comments

Comments
 (0)