Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 12, 2023
1 parent 2b5f3d4 commit b314ff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nbconvert/writers/stdout.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ def write(self, output, resources, **kw):
"""
stream = io.unicode_std_stream()
stream.write(output)
stream.close()
1 change: 0 additions & 1 deletion tests/utils/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_UnicodeStdStream():
sample = "@łe¶ŧ←"
stream = unicode_std_stream()
stream.write(sample)
stream.close()

output = stdoutb.getvalue().decode("utf-8")
assert output == sample
Expand Down

0 comments on commit b314ff9

Please sign in to comment.