Skip to content

Commit

Permalink
remove unwanted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Mar 14, 2024
1 parent 7875271 commit 3871323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ciscoise_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ def _paginator(self, endpoint, action_result, limit=None):

if limit and len(items_list) >= limit:
self.debug_print("Next page available. But max limit reached.")
self.save_state(self.my_state)
return items_list[:limit]

def _list_resources(self, param):
Expand Down

0 comments on commit 3871323

Please sign in to comment.