Skip to content

Commit

Permalink
Update format for Black 24.1.1 (#383)
Browse files Browse the repository at this point in the history
Run the formatter to update the code style.
  • Loading branch information
leouieda committed Feb 16, 2024
1 parent 0962591 commit abbb2bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pooch/downloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,6 @@ def populate_registry(self, pooch):
"""

for filedata in self.api_response.json()["data"]["latestVersion"]["files"]:
pooch.registry[
filedata["dataFile"]["filename"]
] = f"md5:{filedata['dataFile']['md5']}"
pooch.registry[filedata["dataFile"]["filename"]] = (
f"md5:{filedata['dataFile']['md5']}"
)

0 comments on commit abbb2bc

Please sign in to comment.