Skip to content

Commit a2e8c0e

Browse files
authored
Jira: match_jql compatibility with 3.8 python (#1582)
* Jira: set backward for <3.9 python releases #1578
1 parent 6197404 commit a2e8c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@ def approximate_issue_count(
36383638
url = self.resource_url("search/approximate-count")
36393639
return self.post(url, data)
36403640

3641-
def match_jql(self, issue_ids: List[int], jqls: List[str]) -> Optional[dict[Any, Any]]:
3641+
def match_jql(self, issue_ids: List[int], jqls: List[str]) -> Optional[Dict[Any, Any]]:
36423642
"""
36433643
Checks which issues match a list of JQL queries.
36443644

0 commit comments

Comments
 (0)