Skip to content

Commit 201ee95

Browse files
committed
Lint whitespace changes
1 parent 5a7b23c commit 201ee95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytensor/xtensor/type.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,7 @@ def as_xtensor(x, name=None, dims: Sequence[str] | None = None):
470470
if isinstance(x, Apply):
471471
if len(x.outputs) != 1:
472472
raise ValueError(
473-
"It is ambiguous which output of a "
474-
"multi-output Op has to be fetched.",
473+
"It is ambiguous which output of a multi-output Op has to be fetched.",
475474
x,
476475
)
477476
else:

0 commit comments

Comments
 (0)