mirror of https://github.com/Textualize/rich.git
Re-black _null_file.py
This commit is contained in:
parent
d0764ee103
commit
4d68bb4882
|
@ -3,7 +3,6 @@ from typing import IO, Iterable, Iterator, List, Optional, Type
|
|||
|
||||
|
||||
class NullFile(IO[str]):
|
||||
|
||||
def close(self) -> None:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue