From 99f3b0871a41ddb85f2616af7538e984dc7b735d Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 17 Sep 2023 21:52:42 -0700 Subject: [PATCH] missing import --- masque/ref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/ref.py b/masque/ref.py index 7131c92..d0b7dd4 100644 --- a/masque/ref.py +++ b/masque/ref.py @@ -9,7 +9,7 @@ import numpy from numpy import pi from numpy.typing import NDArray, ArrayLike -from .utils import annotations_t +from .utils import annotations_t, rotation_matrix_2d from .repetition import Repetition from .traits import ( PositionableImpl, RotatableImpl, ScalableImpl,