From 75cd91241e3630ff7d77eace1ae1b4c8f532f781 Mon Sep 17 00:00:00 2001 From: mlbo Date: Thu, 10 Jul 2025 19:32:26 +0800 Subject: [PATCH] Delete redundant imports --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 679f5078d3c1..cf2eff2a3af4 100644 --- a/python/setup.py +++ b/python/setup.py @@ -20,7 +20,6 @@ import pathlib import shutil import sys -import sys from setuptools import find_packages from setuptools.dist import Distribution