Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 26, 2024
1 parent 41daf68 commit 46e3bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spalloc_client/protocol_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def destroy_job(self, job_id: int, reason: Optional[str] = None,
return self.call("destroy_job", job_id, reason, timeout=timeout)

def notify_job(self, job_id: Optional[int] = None,
timeout: Optional[int] = None) -> JsonObject:
timeout: Optional[int] = None) -> JsonObject:
""" Turn on notification of job status changes. """
return self.call("notify_job", job_id, timeout=timeout)

Expand Down

0 comments on commit 46e3bae

Please sign in to comment.