Skip to content

Commit def9231

Browse files
committed
Fix lint
1 parent c48da2b commit def9231

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323

2424
BENCHMARK_RESULTS_FILENAME = "benchmark_results.json"
2525
ARTIFACTS_FILENAME_REGEX = re.compile(r"(android|ios)-artifacts-(?P<job_id>\d+).json")
26-
BENCHMARK_CONFIG_REGEX = re.compile(
27-
r"The benchmark config is (?P<benchmark_config>.+)"
28-
)
26+
BENCHMARK_CONFIG_REGEX = re.compile(r"The benchmark config is (?P<benchmark_config>.+)")
2927

3028
# iOS-related regexes and variables
3129
IOS_TEST_SPEC_REGEX = re.compile(

0 commit comments

Comments
 (0)