Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 9ed51f2

Browse files
committed
Remove empty line.
1 parent 93d7db4 commit 9ed51f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/async_client_blocking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def get_multiple_pages(host, port, waits, show_time=True):
1818
with closing(asyncio.get_event_loop()) as loop:
1919
for wait in waits:
2020
pages.append(loop.run_until_complete(get_page(host, port, wait)))
21-
2221
duration = time.perf_counter() - start
2322
sum_waits = sum(waits)
2423
if show_time:

0 commit comments

Comments
 (0)