Skip to content

Commit 44ff968

Browse files
zxqfd555Manul from Pathway
authored andcommitted
fix flake8 warning (#10212)
GitOrigin-RevId: fa7c55b14c216088d09f288a5ca327fd79f3e70c
1 parent 21b75fd commit 44ff968

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/pathway/tests/test_persistence_iterate.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,6 @@ def compute_expected(sales):
971971
return {(grand,)}
972972

973973
def do_run(changes, expected_diffs):
974-
nonlocal all_sales
975-
976974
for sid, data in changes.items():
977975
all_sales[sid] = data
978976
product, amount = data

0 commit comments

Comments
 (0)