mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 18:24:03 +08:00
croniter: fix typo (#14337)
Had to stare at this stub for a while to notice the bug...
This commit is contained in:
@@ -188,7 +188,7 @@ class croniter(Generic[_R_co]):
|
||||
@overload
|
||||
def get_next(
|
||||
self, ret_type: type[_R2_co], start_time: float | datetime.datetime | None = None, update_current: bool = True
|
||||
) -> _R_co: ...
|
||||
) -> _R2_co: ...
|
||||
@overload
|
||||
def get_next(
|
||||
self, ret_type: None = None, start_time: float | datetime.datetime | None = None, update_current: bool = True
|
||||
|
||||
Reference in New Issue
Block a user