Skip to content

Commit

Permalink
Fix up error from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lhh committed Apr 11, 2024
1 parent 7c2ff35 commit 2320bc0
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 @@ -674,7 +674,7 @@ def __init__(
self._fields_cache_value: dict[str, str] = {} # access via self._fields_cache

@property
def _fields_cache_raw(self) -> dict:
def _fields_cache_raw(self) -> list[dict[str, Any]]:
"""Cached raw dictionary of of fields. Lazy loaded."""
if (
not hasattr(self, "_fields_cache_value_raw")
Expand Down

0 comments on commit 2320bc0

Please sign in to comment.