Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 19, 2024
1 parent a0e217b commit 7d8cc7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/asphalt/core/_concurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ async def _run(
task_status.started()
await self._start()

async def _start(self, *, task_status: TaskStatus[None] = TASK_STATUS_IGNORED) -> None:
async def _start(
self, *, task_status: TaskStatus[None] = TASK_STATUS_IGNORED
) -> None:
async with create_task_group() as self._sub_task_group:
task_status.started()
await self._finished_event.wait()
Expand Down

0 comments on commit 7d8cc7c

Please sign in to comment.