Skip to content

Commit 447c732

Browse files
committed
lint
1 parent 837b554 commit 447c732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_asyncio/test_cwe_404.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ async def op(pipe):
171171
with pytest.raises(asyncio.CancelledError):
172172
await t
173173

174-
# we have now cancelled the pieline in the middle of a request, make sure
175-
# that the connection is still usable
174+
# we have now cancelled the pieline in the middle of a request,
175+
# make sure that the connection is still usable
176176
pipe.get("bar")
177177
pipe.ping()
178178
pipe.get("foo")

0 commit comments

Comments
 (0)