Skip to content

Commit 40a44f2

Browse files
committed
Reformat.
1 parent 022a5db commit 40a44f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bench_runner/scripts/run_benchmarks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def run_benchmarks(
8282
if extra_args is None:
8383
extra_args = []
8484

85-
if (affinity := os.environ.get('CPU_AFFINITY')):
86-
extra_args.append(f'--affinity={affinity}')
85+
if affinity := os.environ.get("CPU_AFFINITY"):
86+
extra_args.append(f"--affinity={affinity}")
8787

8888
args = [
8989
sys.executable,

0 commit comments

Comments
 (0)