Asuka0630 commented on PR #18525: URL: https://github.com/apache/tvm/pull/18525#issuecomment-3611676802
> > @Asuka0630 , > > Thank you for the fix ! > > Could fix the minor lint issue that blocks CI ? > > ``` > > [2025-11-29T08:10:19.109Z] python/tvm/meta_schedule/builder/local_builder.py:258: [W0611(unused-import), default_build] Unused import tvm.tir.tensor_intrin > > ``` > > @Asuka0630 Other way is needed to satisfy booth CI linter and proper initialization. Perhaps import only relevant module and reinitialize needed parts (a possible way) ? done : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
