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

Commit

Permalink
Trivial change with remote tags cleaned up
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 2543444 commit 3c742e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lincbrain/dandiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ 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 3c742e5

Please sign in to comment.