Skip to content

Commit

Permalink
Fix unused, overwritten line of code (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 27, 2024
1 parent 0019d7b commit eb9f98f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datahugger/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class DataDryadDataset(DatasetDownloader):
API_URL = "https://datadryad.org/api/v2"

# the files and metadata about the dataset
API_URL_META = "{api_url}{record_id}/files/osfstorage/?format=jsonapi"
META_FILES_JSONPATH = (
Fields("_embedded").child(Fields("stash:files")).child(Slice())
)
Expand Down

0 comments on commit eb9f98f

Please sign in to comment.