Fix line length

drop_run
Tyler Goodlet 2021-04-28 22:10:59 -04:00
parent 2b4cf59ee1
commit 73e123bac7
1 changed files with 3 additions and 2 deletions

View File

@ -132,7 +132,9 @@ class ActorNursery:
portal = await self.start_actor(
name,
enable_modules=[mod_path] + (enable_modules or rpc_module_paths or []),
enable_modules=[mod_path] + (
enable_modules or rpc_module_paths or []
),
bind_addr=bind_addr,
loglevel=loglevel,
# use the run_in_actor nursery
@ -367,7 +369,6 @@ async def open_nursery(
async with _open_and_supervise_one_cancels_all_nursery(
actor
) as anursery:
yield anursery
else: # sub-nursery case