Skip to content

Commit bfb97ea

Browse files
author
Ian Schweer
committed
Remove space
1 parent 3c4f73d commit bfb97ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/link/pytorch/dispatch/basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def eye(N, M, k):
125125
return eye
126126

127127

128-
129128
@pytorch_funcify.register(MakeVector)
130129
def pytorch_funcify_MakeVector(op, **kwargs):
131130
torch_dtype = getattr(torch, op.dtype)

0 commit comments

Comments
 (0)