mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-24 09:48:39 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -19,7 +19,7 @@ class LogReader:
|
||||
self, error_type: type[BaseException] | None, value: BaseException | None, traceback: TracebackType | None
|
||||
) -> None: ...
|
||||
def __iter__(self) -> Iterator[str]: ...
|
||||
def readlines(self, until: int = ...) -> Generator[tuple[int, str], None, None]: ...
|
||||
def readlines(self, until: int = ...) -> Generator[tuple[int, str]]: ...
|
||||
|
||||
def cron_date_to_datetime(cron_str: str) -> datetime: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user