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
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2023
1 parent ddc8ca9 commit b4cdb23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trio/_core/_traps.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ class PermanentlyDetachCoroutineObject:
final_outcome: outcome.Outcome[Any] = attr.ib()


async def permanently_detach_coroutine_object(final_outcome: outcome.Outcome[Any]) -> Any:
async def permanently_detach_coroutine_object(
final_outcome: outcome.Outcome[Any],
) -> Any:
"""Permanently detach the current task from the Trio scheduler.
Normally, a Trio task doesn't exit until its coroutine object exits. When
Expand Down

0 comments on commit b4cdb23

Please sign in to comment.