Skip to content

Commit 45e9a3d

Browse files
committed
Remove duplicate line
1 parent d06e498 commit 45e9a3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onnxscript/analysis.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ def assigned_in_block(block: Sequence[ast.stmt]) -> Set[str]:
8080
return set()
8181
if ast_utils.is_print_call(stmt):
8282
return set()
83-
if isinstance(stmt, list):
84-
return assigned_in_block(stmt)
8583
raise ValueError(f"Unsupported statement type {type(stmt)!r}.")
8684

8785

0 commit comments

Comments
 (0)