This is an automated email from the ASF dual-hosted git repository.
syfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new c3d3596151 Delete redundant imports (#18129)
c3d3596151 is described below
commit c3d3596151e5a4e6efd499232c3839181b22b5c1
Author: mlbo <[email protected]>
AuthorDate: Fri Jul 11 11:53:34 2025 +0800
Delete redundant imports (#18129)
---
python/setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/setup.py b/python/setup.py
index 679f5078d3..cf2eff2a3a 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -20,7 +20,6 @@ import os
import pathlib
import shutil
import sys
-import sys
from setuptools import find_packages
from setuptools.dist import Distribution