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