File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Releases
4040|UNRELEASED | v2.10.2
4141=======================
4242- Fixed *Unclosed client session * warning when removing an user account.
43+ - Fixed documentation of :func: `daf.core.shutdown ` - removed information about non existent parameters.
4344
4445
4546v2.10.1
Original file line number Diff line number Diff line change @@ -442,15 +442,6 @@ def get_accounts() -> List[client.ACCOUNT]:
442442async def shutdown () -> None :
443443 """
444444 Stops and cleans the framework.
445-
446- Parameters
447- ----------
448- loop: Optional[asyncio.AbstractEventLoop]
449- The loop everything is running in.
450- Leave empty for default loop.
451- This parameter is only relevant if ``stop_loop`` is set to True.
452- stop_loop: Optional[bool]
453- Default: False; If True, it stops the running event loop.
454445 """
455446 trace ("Shutting down..." , TraceLEVELS .NORMAL )
456447 GLOBALS .running = False
You can’t perform that action at this time.
0 commit comments