Re-black _null_file.py

This commit is contained in:
Dave Pearson 2022-10-11 11:06:39 +01:00
parent d0764ee103
commit 4d68bb4882
No known key found for this signature in database
GPG Key ID: B413E0EF113D4ABF
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from typing import IO, Iterable, Iterator, List, Optional, Type
class NullFile(IO[str]):
def close(self) -> None:
pass