Skip to content

Commit e00c3f3

Browse files
authored
Fix wrong-import-position lint in test_lmeval_ort.py
1 parent 258c55a commit e00c3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/evaluator/test_lmeval_ort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# The lmeval_ort module imports lm_eval at module load time.
88
pytest.importorskip("lm_eval")
99

10-
from olive.evaluator.lmeval_ort import LMEvalOnnxBase
10+
from olive.evaluator.lmeval_ort import LMEvalOnnxBase # pylint: disable=wrong-import-position
1111

1212

1313
def test_device_property_has_setter():

0 commit comments

Comments
 (0)