Skip to content

Commit cd15fed

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 6c0991e commit cd15fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://github.com/dry-python/returns/issues/2108
99
async def sample_coro() -> str:
1010
"""Sample coroutine that simulates an async operation."""
11-
await anyio.sleep(1)
11+
await anyio.sleep(1)
1212
return 'done'
1313

1414

0 commit comments

Comments
 (0)