Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
trivial change for one more git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Jan 30, 2024
1 parent 9318a81 commit 2543444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lincbrain/dandiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ def paginate(
if params is None:
params = {}
params["page_size"] = page_size



resp = self.get(path, params=params, json_resp=False)
r = resp.json()
if r["next"] is not None:
Expand Down

0 comments on commit 2543444

Please sign in to comment.