Skip to content

Commit da217f3

Browse files
dbasunagclaude
andcommitted
chore: add skip-unused-code for is_jira_open() call
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cc1888d commit da217f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/jira.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_jira_issue_fields(jira_id: str) -> Any:
4747
return get_jira_connection().issue(id=jira_id, fields="status, fixVersions").fields
4848

4949

50-
def is_jira_open(jira_id: str, admin_client: DynamicClient) -> bool:
50+
def is_jira_open(jira_id: str, admin_client: DynamicClient) -> bool: # skip-unused-code
5151
"""
5252
Check if Jira issue is open.
5353

0 commit comments

Comments
 (0)