Skip to content

Commit 82271c9

Browse files
committed
Drop unused line
1 parent 4939f5a commit 82271c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_streams.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,6 @@ def test_exception_waiter(self):
369369
def set_err():
370370
stream.set_exception(ValueError())
371371

372-
@asyncio.coroutine
373-
def readline():
374-
yield from stream.readline()
375-
376372
t1 = asyncio.Task(stream.readline(), loop=self.loop)
377373
t2 = asyncio.Task(set_err(), loop=self.loop)
378374

0 commit comments

Comments
 (0)