From f0a51b23c6cb1613573d8d3996f6fe3aebfec220 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:03:42 -0700 Subject: [PATCH] style(theme.py): Apply black formatting to theme.py --- src/rocm_docs/theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index 61e4e14d..cb172549 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -19,6 +19,7 @@ MAX_RETRY = 20 + def _get_version_from_url(url: str) -> str: try: retry_counter = 0