Skip to content

Commit ae8d94d

Browse files
authored
BF: please linters
1 parent f447614 commit ae8d94d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dandi/dandiarchive.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ def navigate_url(url):
5454
if published_version:
5555
asset_id["version"] = published_version["version"]
5656
else:
57-
# TODO: remove `if` after https://github.com/dandi/dandi-api/pull/219 is merged/deployed
58-
asset_id["version"] = r["most_recent_version"]["version"]
57+
# TODO: remove `if` after https://github.com/dandi/dandi-api/pull/219
58+
# is merged/deployed
59+
asset_id["version"] = r["most_recent_version"]["version"]
5960
args = (asset_id["dandiset_id"], asset_id["version"])
6061
kwargs["include_metadata"] = True
6162
if asset_id.get("location") or asset_id.get("asset_id"):

0 commit comments

Comments
 (0)