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 Aug 15, 2023
1 parent 97a09d2 commit 46b4f52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,10 +1876,8 @@ def _get_user_id(self, user: str | None) -> str | None:
# non-resource
@translate_resource_args
def assign_issue(
self,
issue: int | str,
assignee: str | None,
skipUserResolution: bool = False) -> bool:
self, issue: int | str, assignee: str | None, skipUserResolution: bool = False
) -> bool:
"""Assign an issue to a user.
Args:
Expand Down

0 comments on commit 46b4f52

Please sign in to comment.