summaryrefslogtreecommitdiffstats
path: root/examples/async_coroutines.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/async_coroutines.py')
-rw-r--r--examples/async_coroutines.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/async_coroutines.py b/examples/async_coroutines.py
index 40f4f24..3e31905 100644
--- a/examples/async_coroutines.py
+++ b/examples/async_coroutines.py
@@ -1,6 +1,4 @@
-"""
-Asynchronous examples using `asyncio`, `async` and `await` on `python>=3.7`.
-"""
+"""Asynchronous examples using `asyncio`, `async` and `await`."""
import asyncio
from tqdm.asyncio import tqdm, trange