Skip to content

Commit b4bbf50

Browse files
committed
Address linting
1 parent f82635a commit b4bbf50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/lib/patched_search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
import json
55
import warnings
6-
from typing import Any, Generic, Iterable, overload
6+
from typing import Any, Generic, Iterable, overload, Iterator, SupportsIndex
77

88
from jira import JIRA
99
from jira.client import ResourceType, cloud_api
1010
from jira.resources import Issue
11+
from jira.exceptions import JIRAError
1112

1213
JIRA_BASE_URL = JIRA.JIRA_BASE_URL
1314

0 commit comments

Comments
 (0)