Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent c3773b3 commit b52199b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysolr.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ def __init__(self, decoded, next_page_query=None):
self.grouped = decoded.get("grouped", {})
self.nextCursorMark = decoded.get("nextCursorMark", None)
self._next_page_query = (
(self.nextCursorMark is not None and next_page_query) or None
)
self.nextCursorMark is not None and next_page_query
) or None

def __len__(self):
if self._next_page_query:
Expand Down

0 comments on commit b52199b

Please sign in to comment.