From ffa4f29200fdb9ef0a269bc5bf6398b836f932fc Mon Sep 17 00:00:00 2001 From: izzy lyseggen Date: Fri, 10 Dec 2021 11:18:24 +0000 Subject: [PATCH] fix(structural): correct import path for Axis --- specklepy/objects/structural_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specklepy/objects/structural_properties.py b/specklepy/objects/structural_properties.py index 1f6b2ff..af226c0 100644 --- a/specklepy/objects/structural_properties.py +++ b/specklepy/objects/structural_properties.py @@ -1,7 +1,7 @@ from enum import Enum from typing import Any, List, Optional -from structural_geometry import Axis +from .structural_geometry import Axis from .base import Base from .encoding import CurveArray, CurveTypeEncoding, ObjectArray