From 4d68bb4882ce5fd2c10f58c6f90478d4e2d42e6a Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 11 Oct 2022 11:06:39 +0100 Subject: [PATCH] Re-black _null_file.py --- rich/_null_file.py | 1 - 1 file changed, 1 deletion(-) 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