Skip to content

Commit 403edcb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent cd93803 commit 403edcb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

stdlib/_typeshed/__init__.pyi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ StrOrLiteralStr = TypeVar("StrOrLiteralStr", LiteralString, str) # noqa: Y001
353353
ProfileFunction: TypeAlias = Callable[[FrameType, Literal["call", "return", "c_call", "c_return", "c_exception"], Any], object]
354354

355355
# Objects suitable to be passed to sys.settrace, threading.settrace, and similar
356-
TraceFunction: TypeAlias = Callable[[FrameType, Literal["call", "line", "return", "exception", "opcode"], Any], TraceFunction | None]
356+
TraceFunction: TypeAlias = Callable[
357+
[FrameType, Literal["call", "line", "return", "exception", "opcode"], Any], TraceFunction | None
358+
]
357359

358360
# experimental
359361
# Might not work as expected for pyright, see

0 commit comments

Comments
 (0)