This is an automated email from the ASF dual-hosted git repository.

andrewzhaoluo pushed a commit to branch v0.10.0
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/v0.10.0 by this push:
     new 8654ada88e lint
8654ada88e is described below

commit 8654ada88e09133fabbd26d133f50cae9c87e50c
Author: Andrew Zhao Luo <[email protected]>
AuthorDate: Thu Oct 6 10:31:42 2022 -0700

    lint
---
 tests/python/contrib/test_verilator/test_mobilenet.py | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/tests/python/contrib/test_verilator/test_mobilenet.py 
b/tests/python/contrib/test_verilator/test_mobilenet.py
index 0fffbeb51e..619026d125 100644
--- a/tests/python/contrib/test_verilator/test_mobilenet.py
+++ b/tests/python/contrib/test_verilator/test_mobilenet.py
@@ -25,9 +25,14 @@ from tvm import relay, te, transform
 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):

Reply via email to