Skip to content

Commit

Permalink
Fix long line
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 27, 2024
1 parent 3074018 commit e3f97e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/release/download_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
# While boost is available on GitHub, the sub-libraries are in separate repos.
'beautifulsoup4':
lambda name,
ver:
f"https://www.crummy.com/software/BeautifulSoup/bs4/download/{'.'.join(ver.split('.')[:-1])}/{name}-{ver}.tar.gz",
ver: ("https://www.crummy.com/software/BeautifulSoup/bs4/download/"
f"{'.'.join(ver.split('.')[:-1])}/{name}-{ver}.tar.gz"),
}

# Please keep sorted
Expand Down

0 comments on commit e3f97e7

Please sign in to comment.