Upgrade mypy to 0.990 (#9123)

This commit is contained in:
Alex Waygood
2022-11-07 19:20:47 +00:00
committed by GitHub
parent 94dc53ee90
commit 4f381af4c5
5 changed files with 18 additions and 4 deletions

View File

@@ -179,6 +179,7 @@ if sys.version_info >= (3, 9):
self, mode: str, buffering: int = ..., encoding: str | None = ..., errors: str | None = ..., newline: str | None = ...
) -> IO[Any]: ...
@property
@abstractmethod
def name(self) -> str: ...
@abstractmethod
def __truediv__(self, child: str) -> Traversable: ...