Reformat new progress code with black

This commit is contained in:
Martin Larralde 2021-12-16 14:57:46 +01:00
parent 46576a93bc
commit 97da885c04
3 changed files with 9 additions and 2 deletions

View file

@ -576,6 +576,7 @@ def test_read_file_closed() -> None:
finally:
os.remove(filename)
def test_read_filehandle_not_closed() -> None:
console = Console(
file=io.StringIO(),