Skip to content

Commit

Permalink
added required blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
stfn775 authored Oct 18, 2023
1 parent 737a710 commit 634a2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/update_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'UpdatePriority'
]


class UpdatePriority(BaseJiraAction):
def run(self, issue_key, new_priority, notify):
issue = self._client.issue(issue_key)
Expand Down

0 comments on commit 634a2ff

Please sign in to comment.