Skip to content

Commit 00d574b

Browse files
authored
Remove unnecessary parameter from function (atlassian-api#920)
Parameter is not used by the function.
1 parent 884051a commit 00d574b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/jira.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,7 @@ def tempo_teams_get_memberships_for_member(self, username):
36803680
# Agile(Formerly Greenhopper) REST API implements
36813681
# Resource: https://docs.atlassian.com/jira-software/REST/7.3.1/
36823682
#######################################################################
3683-
def add_issues_to_backlog(self, sprint_id, issues):
3683+
def add_issues_to_backlog(self, issues):
36843684
"""
36853685
Adding Issue(s) to Backlog
36863686
:param issues: list: List of Issue Keys

0 commit comments

Comments
 (0)