Skip to content

Commit

Permalink
style(projects.py): Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Aug 19, 2024
1 parent a5f2b45 commit b851aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocm_docs/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def _update_theme_configs(
if current_project is not None:
development_branch = current_project.development_branch

doc_branch_pattern = r'^docs-\d+\.\d+\.\d+$'
doc_branch_pattern = r"^docs-\d+\.\d+\.\d+$"

if current_branch in [latest_version_string, "latest"]:
app.config.projects_version_type = util.VersionType.LATEST_RELEASE
Expand Down

0 comments on commit b851aee

Please sign in to comment.