[Shape] fix annotation

This commit is contained in:
Jan Petykiewicz 2026-02-15 00:07:27 -08:00
commit 19fac463e4

View file

@ -74,7 +74,7 @@ class Shape(Positionable, Rotatable, FlippableImpl, Copyable, Scalable,
pass pass
@abstractmethod @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 Writes the shape in a standardized notation, with offset, scale, and rotation
information separated out from the remaining values. information separated out from the remaining values.