removed superfluous break in function definition in rotation
This commit is contained in:
parent
81ef865525
commit
92ac018486
|
@ -376,8 +376,7 @@ class Rotation:
|
||||||
|
|
||||||
|
|
||||||
def append(self,
|
def append(self,
|
||||||
other: Union["Rotation",
|
other: Union["Rotation", List["Rotation"]]) -> "Rotation":
|
||||||
List["Rotation"]]) -> "Rotation":
|
|
||||||
"""
|
"""
|
||||||
Extend array along first dimension with other array(s).
|
Extend array along first dimension with other array(s).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue