Skip to content

Commit e2ffe1c

Browse files
committed
Ruff
1 parent a076966 commit e2ffe1c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/xtensor/test_shape.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
from xarray import DataArray
1313
from xarray import concat as xr_concat
1414

15-
from pytensor.xtensor.shape import concat, expand_dims, squeeze, stack, transpose, unstack
15+
from pytensor.xtensor.shape import (
16+
concat,
17+
expand_dims,
18+
squeeze,
19+
stack,
20+
transpose,
21+
unstack,
22+
)
1623
from pytensor.xtensor.type import xtensor
1724
from tests.xtensor.util import (
1825
xr_arange_like,

0 commit comments

Comments
 (0)