fix fo E261 at least two spaces before inline comment

This commit is contained in:
Peter Bieringer
2024-03-02 07:47:23 +01:00
parent 551b5c2272
commit 913635a17e
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ class CollectionBase(storage.BaseCollection):
self._filesystem_path = filesystem_path
# TODO: better fix for "mypy"
@types.contextmanager # type: ignore
@types.contextmanager # type: ignore
def _atomic_write(self, path: str, mode: str = "w",
newline: Optional[str] = None) -> Iterator[IO[AnyStr]]:
# TODO: Overload with Literal when dropping support for Python < 3.8