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

syfeng pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/unity by this push:
     new f328e9bde3 [Unity] Add missing library import  (#16263)
f328e9bde3 is described below

commit f328e9bde3cdc3804a61ea57afde57e6a28c9726
Author: Kartik Khandelwal <[email protected]>
AuthorDate: Tue Dec 19 22:40:45 2023 -0500

    [Unity] Add missing library import  (#16263)
    
    * add import ast
    
    * fix isort
---
 python/tvm/ir/module.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tvm/ir/module.py b/python/tvm/ir/module.py
index d2e1413d3d..d398cdb839 100644
--- a/python/tvm/ir/module.py
+++ b/python/tvm/ir/module.py
@@ -17,6 +17,7 @@
 """IRModule that holds the functions and type definitions."""
 from __future__ import annotations
 
+import ast
 from typing import Dict, Union
 
 import tvm._ffi

Reply via email to