Skip to content

Commit

Permalink
[🔨] Fix Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzyGeek committed Oct 27, 2021
1 parent 779147e commit e8c4a75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cordy/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import asyncio
import signal
import sys
import threading
from asyncio.runners import _cancel_all_tasks # type: ignore[attr-defined]
from functools import partial
from typing import TYPE_CHECKING
Expand Down Expand Up @@ -56,7 +55,7 @@ def run_all(clients: Iterable[Client]):
Parameters
----------
clients : Sequence[:class:`~cordy.client.Client`]
clients : Iterable[:class:`~cordy.client.Client`]
All the clients to run.
"""
return run_loop(_run_all(clients))
Expand Down

0 comments on commit e8c4a75

Please sign in to comment.