Skip to content

Commit e6b7bf0

Browse files
committed
lint
1 parent baae0e8 commit e6b7bf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_asyncio/test_cwe_404.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ async def op(pipe):
172172
with pytest.raises(asyncio.CancelledError):
173173
await t
174174

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

0 commit comments

Comments
 (0)