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 Sep 2, 2024
1 parent 43ed02d commit 77f3aa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3563,9 +3563,7 @@ def search_issues(
self._untranslate_issues_fields_id_to_fields_name(issues)
return issues

def _translate_fields_name_to_id(
self, fields: list[str] | str
) -> list[str]:
def _translate_fields_name_to_id(self, fields: list[str] | str) -> list[str]:
"""Translate fields names to JIRA's REST API field id.
Args:
Expand Down

0 comments on commit 77f3aa9

Please sign in to comment.