Skip to content

Commit

Permalink
chore: adjust line length for the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Apr 22, 2024
1 parent 4fe9456 commit 43402dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zarr/v3/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def _get_lock() -> threading.Lock:

async def _runner(coro: Coroutine[Any, Any, T]) -> T | BaseException:
"""
Await a coroutine and return the result of running it. If awaiting the coroutine raises an exception,
the exception will be returned.
Await a coroutine and return the result of running it. If awaiting the coroutine raises an
exception, the exception will be returned.
"""
try:
return await coro
Expand Down

0 comments on commit 43402dc

Please sign in to comment.