Skip to content

Commit

Permalink
[stubsabot] Bump croniter to 1.3.* (#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Jun 26, 2022
1 parent 531b162 commit 0178a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stubs/croniter/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.*"
version = "1.3.*"

[tool.stubtest]
ignore_missing_stub = false
2 changes: 1 addition & 1 deletion stubs/croniter/croniter.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class croniter(Iterator[Any]):
def get_next(self, ret_type: _RetType | None = ..., start_time: float | datetime.datetime | None = ...) -> Any: ...
def get_prev(self, ret_type: _RetType | None = ...) -> Any: ...
def get_current(self, ret_type: _RetType | None = ...) -> Any: ...
def set_current(self, start_time: float | datetime.datetime) -> float: ...
def set_current(self, start_time: float | datetime.datetime, force: bool = ...) -> float: ...
def __iter__(self: Self) -> Self: ...
def __next__(self, ret_type: _RetType | None = ...) -> Any: ...
def next(self, ret_type: _RetType | None = ...) -> Any: ...
Expand Down

0 comments on commit 0178a0e

Please sign in to comment.