Skip to content

Commit

Permalink
Fix annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
  • Loading branch information
hendrikmakait and graingert authored May 12, 2022
1 parent ae3e254 commit 17384a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = logging.getLogger(__name__)


async def wait_for_signals(signals: list[signal.Signals]):
async def wait_for_signals(signals: list[signal.Signals]) -> None:
"""Wait for the passed signals by setting global signal handlers"""
loop = asyncio.get_running_loop()
event = asyncio.Event()
Expand Down

0 comments on commit 17384a3

Please sign in to comment.