diff --git a/rich/_null_file.py b/rich/_null_file.py index 5d5cebc4..b659673e 100644 --- a/rich/_null_file.py +++ b/rich/_null_file.py @@ -3,7 +3,6 @@ from typing import IO, Iterable, Iterator, List, Optional, Type class NullFile(IO[str]): - def close(self) -> None: pass