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

Commit

Permalink
Merge pull request #15 from lincbrain/ak-tag
Browse files Browse the repository at this point in the history
Trivial change with remote tags cleaned up
  • Loading branch information
aaronkanzer authored Jan 30, 2024
2 parents 9318a81 + 3c742e5 commit c95f939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lincbrain/dandiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +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 c95f939

Please sign in to comment.