Skip to content

Commit 0cfa76f

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
Fix CQS signal F811 in fbcode/pytorch/benchmark/userbenchmark/test_bench
Reviewed By: xuzhao9 Differential Revision: D90303976 fbshipit-source-id: 8803f21c3c7a6999efd8750a19f9f636d6e8c314
1 parent c4510c7 commit 0cfa76f

File tree

1 file changed

+1
-2
lines changed
  • userbenchmark/test_bench

1 file changed

+1
-2
lines changed

userbenchmark/test_bench/run.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515

1616
import numpy
1717
import yaml
18+
from torchbenchmark import get_metadata_from_yaml, ModelTask, REPO_PATH
1819

1920
from ..utils import (
2021
add_path,
2122
get_default_debug_output_dir,
2223
get_default_output_json_path,
2324
get_output_json,
24-
REPO_PATH,
2525
)
26-
from torchbenchmark import get_metadata_from_yaml, ModelTask, REPO_PATH
2726

2827
from . import BM_NAME
2928

0 commit comments

Comments
 (0)