This is an automated email from the ASF dual-hosted git repository.
ruihangl pushed a commit to branch unity-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity-staging by this push:
new 910266f102 Fix lint after merging 'main' into 'unity'
910266f102 is described below
commit 910266f102adcf3a96a19f12b4aed45b406b0548
Author: Ruihang Lai <[email protected]>
AuthorDate: Sat Jan 6 17:24:26 2024 -0500
Fix lint after merging 'main' into 'unity'
---
python/tvm/ir/module.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/tvm/ir/module.py b/python/tvm/ir/module.py
index cd13e90701..a3e097947c 100644
--- a/python/tvm/ir/module.py
+++ b/python/tvm/ir/module.py
@@ -17,7 +17,6 @@
"""IRModule that holds the functions and type definitions."""
from __future__ import annotations
-import ast
from typing import Dict, Union
import tvm._ffi