Skip to content

Commit 68bf6f5

Browse files
committed
fix error test
Signed-off-by: Yang Wang <[email protected]>
1 parent 33de04f commit 68bf6f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.ci/scripts/benchmark_tooling/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def read_all_csv_with_metadata(folder_path: str) -> List[Dict[str, Any]]:
4141

4242

4343
import logging
44+
4445
logging.basicConfig(level=logging.INFO)
4546

4647
# For Excel files (assuming the Excel file is in the current directory)

.ci/scripts/benchmark_tooling/get_benchmark_analysis_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ def _process(
539539
)
540540
self.data = deepcopy(data)
541541

542-
543542
#
544543
private_list = sorted(
545544
(

0 commit comments

Comments
 (0)