Skip to content

Commit

Permalink
style(theme.py): Apply black to theme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Nov 27, 2024
1 parent 6d5f5e6 commit 125d8d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rocm_docs/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@


def _get_version_from_url(url: str) -> str:
headers = {
"User-Agent": "alexxu-amd"
}
headers = {"User-Agent": "alexxu-amd"}
try:
retry_counter = 0
response = requests.get(url, headers=headers)
Expand Down

0 comments on commit 125d8d1

Please sign in to comment.