Remove unused import setup.py (#1203)

This commit is contained in:
Renato Monteiro
2023-09-17 02:48:21 +01:00
committed by GitHub
parent 5ae59fdbc9
commit 41ac7c4a6e
+1 -1
View File
@@ -2,7 +2,7 @@
"Setuptools params"
from setuptools import setup, find_packages
from setuptools import setup
from os.path import join
# Get version number from source tree