removed superfluous break in function definition in rotation

This commit is contained in:
Daniel Otto de Mentock 2022-01-28 13:34:42 +01:00
parent 81ef865525
commit 92ac018486
1 changed files with 1 additions and 2 deletions

View File

@ -376,8 +376,7 @@ class Rotation:
def append(self,
other: Union["Rotation",
List["Rotation"]]) -> "Rotation":
other: Union["Rotation", List["Rotation"]]) -> "Rotation":
"""
Extend array along first dimension with other array(s).