Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Sep 12, 2024
1 parent 55b4373 commit 8ca9f67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iris/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ def download(
file = directory / url.name

if overwrite or not file.exists():

r = requests.get(url, stream=True)

with open(file, "wb") as f:
f.write(r.content)

Expand Down

0 comments on commit 8ca9f67

Please sign in to comment.