Skip to content

Commit 8fe62c6

Browse files
removed redundant pprint
1 parent 30a71c4 commit 8fe62c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/tensor/basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,6 @@ def register_transfer(fn):
20522052
tensor_copy = Elemwise(ps.identity)
20532053
pprint.assign(tensor_copy, printing.IgnorePrinter())
20542054
identity = tensor_copy
2055-
pprint.assign(identity, printing.IgnorePrinter())
20562055

20572056

20582057
class Default(Op):

0 commit comments

Comments
 (0)