Skip to content

Commit e9703d5

Browse files
Auto-format: ruff format
1 parent b0d938d commit e9703d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra_tests/snippets/stdlib_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
nres = fio.read(2)
4242
assert len(nres) == 2
4343

44+
4445
# Test that IOBase.isatty() raises ValueError when called on a closed file.
4546
# Minimal subclass that inherits IOBase.isatty() without overriding it.
4647
class MinimalRaw(RawIOBase):

0 commit comments

Comments
 (0)