Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2022
1 parent be3dce2 commit 42a966b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stubs/python-crontab/crontab.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ class CronTab:
def run_pending(self, **kwargs) -> Generator[Incomplete, None, None]: ...
def run_scheduler(self, timeout: int = ..., **kwargs) -> Generator[Incomplete, None, None]: ...
def render(self, errors: bool = ..., specials: bool = ...) -> Incomplete: ...
def new(
self, command: str = ..., comment: str = ..., user: Incomplete | None = ..., pre_comment: bool = ...
) -> CronItem: ...
def new(self, command: str = ..., comment: str = ..., user: Incomplete | None = ..., pre_comment: bool = ...) -> CronItem: ...
def find_command(self, command) -> Generator[Incomplete, None, None]: ...
def find_comment(self, comment) -> Generator[Incomplete, None, None]: ...
def find_time(self, *args) -> Generator[Incomplete, None, None]: ...
Expand Down

0 comments on commit 42a966b

Please sign in to comment.