Skip to content

Commit 05caa46

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 42f6ae3 commit 05caa46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipykernel/kernelapp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ def init_io(self):
465465

466466
handler.stream = TextIOWrapper(
467467
FileIO(
468-
sys.stderr._original_stdstream_copy, "w" # type:ignore[attr-defined]
468+
sys.stderr._original_stdstream_copy,
469+
"w", # type:ignore[attr-defined]
469470
)
470471
)
471472
if self.displayhook_class:

0 commit comments

Comments
 (0)