Skip to content

Commit e4ad9a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent eb2bf05 commit e4ad9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/asyncio/runners.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ if sys.version_info >= (3, 11):
2626
def run(self, coro_or_future: Awaitable[_T], *, context: Context | None = None) -> _T: ...
2727
else:
2828
def run(self, coro: Coroutine[Any, Any, _T], *, context: Context | None = None) -> _T: ...
29+
2930
if sys.version_info >= (3, 12):
3031
def run(
3132
main: Coroutine[Any, Any, _T], *, debug: bool | None = None, loop_factory: Callable[[], AbstractEventLoop] | None = None

0 commit comments

Comments
 (0)