Skip to content

Commit

Permalink
Update tests/transformer/test_dict_comprehension.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <m.howitz@minddistrict.com>
  • Loading branch information
dataflake and icemac authored Oct 9, 2024
1 parent 576e1be commit 4938523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/transformer/test_dict_comprehension.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def test_dict_comprehension_with_attrs(mocker):

calls = [mocker.call(seq, 'z')]

# Note: Order changed in PEP 572, starting with Python 3.8.
calls.extend([
mocker.call(z[0], 'k'),
mocker.call(z[1], 'k'),
Expand Down

0 comments on commit 4938523

Please sign in to comment.