Skip to content

Commit f5be562

Browse files
committed
Remove unused variable
1 parent 8c535d8 commit f5be562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/graph/rewriting/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def rewrite_graph(
4545

4646
return_fgraph = False
4747
if isinstance(graph, FunctionGraph):
48-
outputs: Sequence[Variable] = graph.outputs
4948
fgraph = graph
5049
return_fgraph = True
5150
else:

0 commit comments

Comments
 (0)