Skip to content

Commit fd0aa12

Browse files
committed
removed xarray support?!
1 parent 09d4e6a commit fd0aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weldx/transformations/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
types_coordinates = Union[xr.DataArray, npt.ArrayLike, pint.Quantity]
1111
types_orientation = Union[xr.DataArray, npt.ArrayLike, Rotation]
12-
types_homogeneous = Union[xr.DataArray, npt.ArrayLike]
12+
types_homogeneous = npt.ArrayLike
1313

1414

1515
__all__ = [

0 commit comments

Comments
 (0)