From 19fac463e47d3fa2f0c9a3d746e98df0ba160cf2 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 15 Feb 2026 00:07:27 -0800 Subject: [PATCH] [Shape] fix annotation --- masque/shapes/shape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/shapes/shape.py b/masque/shapes/shape.py index 1cf2846..43aa222 100644 --- a/masque/shapes/shape.py +++ b/masque/shapes/shape.py @@ -74,7 +74,7 @@ class Shape(Positionable, Rotatable, FlippableImpl, Copyable, Scalable, pass @abstractmethod - def normalized_form(self, norm_value: int) -> normalized_shape_tuple: + def normalized_form(self, norm_value: float) -> normalized_shape_tuple: """ Writes the shape in a standardized notation, with offset, scale, and rotation information separated out from the remaining values.