Skip to content

Commit e2eaefc

Browse files
committed
Fix flake8 error
1 parent 9cb8257 commit e2eaefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mars/optimization/logical/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_replace_null_subgraph():
135135
expected_results = [v3.outputs[0]]
136136

137137
# delete c5 s5 will fail
138-
with pytest.raises(ValueError) as e:
138+
with pytest.raises(ValueError):
139139
r.replace_subgraph(
140140
None, {key_to_node[op.key] for op in [s1, s2]}, None, [v2.outputs[0]]
141141
)

0 commit comments

Comments
 (0)