diff --git a/python/damask/_rotation.py b/python/damask/_rotation.py index 3266f4f41..676df5c03 100644 --- a/python/damask/_rotation.py +++ b/python/damask/_rotation.py @@ -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).