Skip to content

Commit 54aae4c

Browse files
Remove 'paging_workaround', a leftover from 254c250 (#1413)
1 parent d052dc5 commit 54aae4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atlassian/jira.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,6 @@ def projects(self, included_archived=None, expand=None):
24392439
self._get_paged(
24402440
self.resource_url("project/search"),
24412441
params,
2442-
paging_workaround=True,
24432442
)
24442443
)
24452444
else:

0 commit comments

Comments
 (0)