From 2fa6818a43f209b1f46395cec0b3751f629af3ef Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:55:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- jira/client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jira/client.py b/jira/client.py index ab08c1cae..ad16ba98b 100644 --- a/jira/client.py +++ b/jira/client.py @@ -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]]: