[Shape] fix annotation
This commit is contained in:
parent
44986bac67
commit
19fac463e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue