Skip to content

Commit 46fe6b7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 7086610 commit 46fe6b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_primitives/test_reawaitable/test_concurrent_await.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ async def decorated_coro() -> int:
181181

182182
def test_reawaitable_repr():
183183
"""Test that ReAwaitable repr matches the coroutine repr."""
184+
184185
async def test_coro() -> int:
185186
return 1
186187

0 commit comments

Comments
 (0)