Skip to content

Commit ba09232

Browse files
committed
lint
1 parent bc41156 commit ba09232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tvm/contrib/micro/meta_schedule/local_builder_micro.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def micro_build(
5959
prim_func = mod["main"].with_attr("global_symbol", "default_function")
6060
mod = IRModule({"main": prim_func})
6161
runtime = Runtime("crt", {"system-lib": True})
62-
# pylint: enable=import-outside-toplevel
6362
mod = RemoveWeightLayoutRewriteBlock(skip_ndarray_rewrite=True)(mod)
6463
rt_mod = tvm_build(mod, target=target, runtime=runtime)
6564
return rt_mod

0 commit comments

Comments
 (0)