Skip to content

Commit

Permalink
style(conf.py): Apply black formatting to docs/conf.py
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Wu <[email protected]>
  • Loading branch information
samjwu committed May 9, 2024
1 parent 7f65b90 commit e88ebee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

from rocm_docs import ROCmDocs

with open('../VERSION', encoding='utf-8') as f:
match = re.search(r'([0-9.]+)[^0-9.]+', f.read())
with open("../VERSION", encoding="utf-8") as f:
match = re.search(r"([0-9.]+)[^0-9.]+", f.read())
if not match:
raise ValueError("VERSION not found!")
version_number = match[1]
Expand Down

0 comments on commit e88ebee

Please sign in to comment.