Skip to content

Commit 54b7396

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent c190146 commit 54b7396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/code.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class InteractiveConsole(InteractiveInterpreter):
2424
buffer: list[str] # undocumented
2525
filename: str # undocumented
2626
if sys.version_info >= (3, 13):
27-
local_exit: bool # undocumented
27+
local_exit: bool # undocumented
2828
def __init__(
2929
self, locals: dict[str, Any] | None = None, filename: str = "<console>", *, local_exit: bool = False
3030
) -> None: ...

0 commit comments

Comments
 (0)