Skip to content

Commit 42a966b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent be3dce2 commit 42a966b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stubs/python-crontab/crontab.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ class CronTab:
5757
def run_pending(self, **kwargs) -> Generator[Incomplete, None, None]: ...
5858
def run_scheduler(self, timeout: int = ..., **kwargs) -> Generator[Incomplete, None, None]: ...
5959
def render(self, errors: bool = ..., specials: bool = ...) -> Incomplete: ...
60-
def new(
61-
self, command: str = ..., comment: str = ..., user: Incomplete | None = ..., pre_comment: bool = ...
62-
) -> CronItem: ...
60+
def new(self, command: str = ..., comment: str = ..., user: Incomplete | None = ..., pre_comment: bool = ...) -> CronItem: ...
6361
def find_command(self, command) -> Generator[Incomplete, None, None]: ...
6462
def find_comment(self, comment) -> Generator[Incomplete, None, None]: ...
6563
def find_time(self, *args) -> Generator[Incomplete, None, None]: ...

0 commit comments

Comments
 (0)