Skip to content

Commit c4c8c7a

Browse files
committed
fix: remove outdated param
1 parent 29f198e commit c4c8c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slack_cleaner2/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ def list_paging_page():
13191319
break
13201320
next_page = current + 1
13211321

1322-
def safe_paginated_api(self, fun: Callable, attr: str, scopes: Optional[List[str]] = None, method: Optional[str] = None, cursor_mode = True) -> Any:
1322+
def safe_paginated_api(self, fun: Callable, attr: str, scopes: Optional[List[str]] = None, method: Optional[str] = None) -> Any:
13231323
"""
13241324
wrapper for iterating over a paginated cursor result
13251325

0 commit comments

Comments
 (0)