Skip to content

Commit 8654ada

Browse files
committed
lint
1 parent bda0617 commit 8654ada

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tests/python/contrib/test_verilator/test_mobilenet.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@
2525
from tvm.contrib import graph_executor as runtime
2626
from tvm.contrib.download import download_testdata
2727

28-
from test_verilator.infrastructure import (clear_stats, compile_hardware,
29-
compiler_opts, offload, skip_test,
30-
stats)
28+
from test_verilator.infrastructure import (
29+
clear_stats,
30+
compile_hardware,
31+
compiler_opts,
32+
offload,
33+
skip_test,
34+
stats,
35+
)
3136

3237

3338
def extract(path):

0 commit comments

Comments
 (0)