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
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 28, 2024
1 parent 73c0648 commit 2acb8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ def worklogs(self, issue: str | int) -> list[Worklog]:
return worklogs

@translate_resource_args
def worklog(self, issue: str | int, id: str, expand: str | None=None) -> Worklog:
def worklog(self, issue: str | int, id: str, expand: str | None = None) -> Worklog:
"""Get a specific worklog Resource from the server.
Args:
Expand Down

0 comments on commit 2acb8af

Please sign in to comment.