Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 10, 2022
1 parent 42f6ae3 commit 05caa46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipykernel/kernelapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ def init_io(self):

handler.stream = TextIOWrapper(
FileIO(
sys.stderr._original_stdstream_copy, "w" # type:ignore[attr-defined]
sys.stderr._original_stdstream_copy,
"w", # type:ignore[attr-defined]
)
)
if self.displayhook_class:
Expand Down

0 comments on commit 05caa46

Please sign in to comment.