From 56ffadb1685e9146e30976d3fbf40e6a647acb1e Mon Sep 17 00:00:00 2001 From: sandeepsuryaprasad Date: Sat, 30 Nov 2024 12:38:07 +0530 Subject: [PATCH] removed unused import from setup.py --- py/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 0f93e33f0ecae..e5b4f4683a1bf 100755 --- a/py/setup.py +++ b/py/setup.py @@ -16,7 +16,6 @@ # under the License. from distutils.command.install import INSTALL_SCHEMES -from os.path import dirname, join, abspath from setuptools import setup from setuptools.command.install import install from setuptools_rust import Binding, RustExtension