Skip to content

Commit

Permalink
fix: remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxu-amd committed Nov 18, 2024
1 parent 6e51402 commit ef88854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rocm_docs/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def _get_version_from_url(url: str) -> str:

if retry_counter > MAX_RETRY:
raise requests.RequestException("Unable to acquire version within MAX_RETRY!")

return response.text.strip()
except requests.RequestException as e:
print(f"Error in rocm-docs-core _get_version_from_url: {e}")
Expand Down

0 comments on commit ef88854

Please sign in to comment.