Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo committed Oct 6, 2022
1 parent bda0617 commit 8654ada
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tests/python/contrib/test_verilator/test_mobilenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@
from tvm.contrib import graph_executor as runtime
from tvm.contrib.download import download_testdata

from test_verilator.infrastructure import (clear_stats, compile_hardware,
compiler_opts, offload, skip_test,
stats)
from test_verilator.infrastructure import (
clear_stats,
compile_hardware,
compiler_opts,
offload,
skip_test,
stats,
)


def extract(path):
Expand Down

0 comments on commit 8654ada

Please sign in to comment.