We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7649d2f commit aaaf89dCopy full SHA for aaaf89d
distributed/scheduler.py
@@ -4329,12 +4329,7 @@ async def close(
4329
timeout: float | None = None,
4330
reason: str = "unknown",
4331
) -> None:
4332
- """Send cleanup signal to all coroutines then wait until finished
4333
-
4334
- See Also
4335
- --------
4336
- Scheduler.cleanup
4337
- """
+ """Send cleanup signal to all coroutines then wait until finished"""
4338
if self.status in (Status.closing, Status.closed):
4339
await self.finished()
4340
return
0 commit comments