Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf committed Oct 16, 2023
1 parent cb511f6 commit 63cf05a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/hopsworks/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@ def delete(self):
"""
self._job_api._delete(self)

def schedule(self, cron_expression: str, start_time: datetime = None, end_time: datetime = None):
def schedule(
self,
cron_expression: str,
start_time: datetime = None,
end_time: datetime = None,
):
"""Schedule the execution of the job.
If a schedule for this job already exists, the method updates it.
Expand Down

0 comments on commit 63cf05a

Please sign in to comment.