Skip to content

Commit 9a49729

Browse files
committed
formatting
1 parent ef3ce93 commit 9a49729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Lib/test/test_listcomps.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,9 @@ def test_multiple_comprehension_name_reuse(self):
710710
self._check_in_scopes(code, {"x": 2, "y": [2]}, ns={"x": 3}, scopes=["function", "module"])
711711

712712
def test_name_collision_locals(self):
713-
# GH-130809: The existence of a hidden fast from list comprehension should not cause
714-
# frame.f_locals on module level to return a new dict every time it is accessed.
713+
# GH-130809: The existence of a hidden fast from list comprehension
714+
# should not cause frame.f_locals on module level to return a new dict
715+
# every time it is accessed.
715716

716717
code = """
717718
import sys

0 commit comments

Comments
 (0)