aboutsummaryrefslogtreecommitdiff
path: root/tests/asyncio/future/test_async_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asyncio/future/test_async_future.py')
-rw-r--r--tests/asyncio/future/test_async_future.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/asyncio/future/test_async_future.py b/tests/asyncio/future/test_async_future.py
index 3322cb0..1e9ae33 100644
--- a/tests/asyncio/future/test_async_future.py
+++ b/tests/asyncio/future/test_async_future.py
@@ -125,7 +125,6 @@ async def test_result_with_polling():
class AsyncFutureTimeout(AsyncFutureWithPoll):
-
async def done(self):
await asyncio.sleep(0.2)
return False