Skip to content

Commit 3085200

Browse files
committed
linting fixes
1 parent 0ddc123 commit 3085200

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

actions/update_field_value.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
]
66

77

8-
class AddFieldValue(BaseJiraAction):
8+
class UpdateFieldValue(BaseJiraAction):
99
def run(self, issue_key, field, value, notify):
10-
1110
issue = self._client.issue(issue_key)
1211
issue.update(fields={field: value}, notify=notify)
1312
result = issue.fields.labels

0 commit comments

Comments
 (0)