Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2023
1 parent 5b73335 commit f79b742
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/obnb/util/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ def wrapped_download(

for _ in range(MAX_DOWNLOAD_RETRIES):
r, content = download_func(
url, log_level=log_level, logger=logger, **kwargs
url,
log_level=log_level,
logger=logger,
**kwargs,
)

if r.ok:
Expand Down

0 comments on commit f79b742

Please sign in to comment.