Skip to content

Commit 44d884c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 54932cf commit 44d884c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/asyncio/tools.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class CycleFoundException(Exception):
3838
def get_all_awaited_by(pid: SupportsIndex) -> list[_AwaitedInfo]: ...
3939
def build_async_tree(result: Iterable[_AwaitedInfo], task_emoji: str = "(T)", cor_emoji: str = "") -> list[list[str]]: ...
4040
def build_task_table(result: Iterable[_AwaitedInfo]) -> list[list[int | str]]: ...
41+
4142
if sys.version_info >= (3, 14):
4243
def exit_with_permission_help_text() -> None: ...
44+
4345
def display_awaited_by_tasks_table(pid: SupportsIndex) -> None: ...
4446
def display_awaited_by_tasks_tree(pid: SupportsIndex) -> None: ...

0 commit comments

Comments
 (0)