Skip to content

Commit 7931668

Browse files
author
Aarsh-Wankar
committed
fixed ruff format
1 parent 81899de commit 7931668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/slinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from pytensor.tensor.nlinalg import kron, matrix_dot
2121
from pytensor.tensor.shape import reshape
2222
from pytensor.tensor.type import matrix, tensor, vector
23-
from pytensor.tensor.variable import TensorVariable
2423
from pytensor.tensor.utils import _gufunc_to_out_shape
24+
from pytensor.tensor.variable import TensorVariable
2525

2626

2727
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)