Skip to content

Commit

Permalink
[pre-commit.ci] automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2024
1 parent 2946f6c commit 67f9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyconnectwise/responses/paginated_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_previous_page(self) -> PaginatedResponse[TModel]:
)
return self

def all(self) -> Iterable[TModel]: # noqa: A003
def all(self) -> Iterable[TModel]:
"""
Iterate through all items in the paginated response, across all pages.
Expand Down

0 comments on commit 67f9499

Please sign in to comment.