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 Apr 11, 2024
1 parent 28f9ea8 commit 2fa6818
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,9 @@ def __init__(
JIRA.checked_version = True

self._fields_cache_value: dict[str, str] = {} # access via self._fields_cache
self._fields_cache_value_raw: list[dict[str, Any]] = [] # access via self._fields_cache_raw
self._fields_cache_value_raw: list[
dict[str, Any]
] = [] # access via self._fields_cache_raw

@property
def _fields_cache_raw(self) -> list[dict[str, Any]]:
Expand Down

0 comments on commit 2fa6818

Please sign in to comment.