Skip to content

Commit 37e66f7

Browse files
majosminducer
authored andcommitted
flake8
1 parent 4eaa21d commit 37e66f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pytato.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ def test_nodemaxdepthmapper():
769769
from pytato.analysis import get_max_node_depth
770770

771771
x = pt.make_placeholder("x", shape=(10, 4), dtype=np.float64)
772-
for i in range(9):
772+
for _ in range(9):
773773
x = x + 1
774774

775775
assert get_max_node_depth(x) == 10

0 commit comments

Comments
 (0)