Skip to content

Commit a1dd5e8

Browse files
committed
lint
1 parent 4b87042 commit a1dd5e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

dojo/finding/helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,7 @@ def _create_note_if_provided(
10381038

10391039

10401040
def _save_finding_with_jira_sync(finding, *, new_note=None):
1041-
"""
1042-
Persist finding and apply JIRA sync behavior used by finding status actions.
1043-
"""
1041+
"""Persist finding and apply JIRA sync behavior used by finding status actions."""
10441042
push_to_jira = False
10451043
finding_in_group = finding.has_finding_group
10461044
jira_issue_exists = finding.has_jira_issue or (

0 commit comments

Comments
 (0)