Skip to content

Commit 7d3b041

Browse files
committed
lint/whitespace
1 parent 94fb0e3 commit 7d3b041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_asyncgen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,6 @@ def test_simultaneous_asend(self):
17771777
to do an `asend()`, (or `athrow()`, or `aclose()`) on the generator.
17781778
"""
17791779

1780-
17811780
async def run_collision(op, *args):
17821781
# Two tasks are created and scheduled. The first will sleep inside the
17831782
# `asend()` and the other will then attempt a second operation and fail.

0 commit comments

Comments
 (0)