Skip to content

Commit

Permalink
Black fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Nov 30, 2023
1 parent 166799f commit e2a53e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ def setup(app):


# -- Download the latest benchmark summary -------------------------------------
download_url = ("https://github.com/HumanCompatibleAI/imitation/releases/latest/"
"download/benchmark_runs.zip")
download_url = (
"https://github.com/HumanCompatibleAI/imitation/releases/latest/"
"download/benchmark_runs.zip"
)

# Download the benchmark data, extract the summary and place it in the documentation
with urllib.request.urlopen(download_url) as url:
Expand Down

0 comments on commit e2a53e0

Please sign in to comment.