Skip to content

Commit 2de4b33

Browse files
committed
apply formatting
1 parent 12cdbf5 commit 2de4b33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devops/scripts/benchmarks/utils/detect_versions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ def get_compute_runtime_ver(self) -> str:
153153
Returns the compute-runtime version by deriving from l0 version.
154154
"""
155155
if self.compute_runtime_ver_cache is not None:
156-
print(f"Using cached compute-runtime tag {self.compute_runtime_ver_cache}...")
156+
print(
157+
f"Using cached compute-runtime tag {self.compute_runtime_ver_cache}..."
158+
)
157159
return self.compute_runtime_ver_cache
158160

159161
patch = _get_patch_from_ver(self.l0_ver)

0 commit comments

Comments
 (0)