Skip to content

Commit 68ad7c5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent ed2720a commit 68ad7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/primitives/reawaitable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ def decorator(
157157
) -> _AwaitableT:
158158
return ReAwaitable(coro(*args, **kwargs)) # type: ignore[return-value]
159159

160-
return decorator
160+
return decorator

0 commit comments

Comments
 (0)