Skip to content

Commit 0d52373

Browse files
authored
fix: remove unused setuptools import (#269)
This commit removes an unused `setuptools` import from the `setup.py` file. More details about the `setuptools` mess can be found in the following PR: IBM/python-sdk-core#203 Signed-off-by: Norbert Biczo <[email protected]>
1 parent 8942086 commit 0d52373

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ibm_cloud_sdk_core>=3.20.3,<4.0.0
1+
ibm_cloud_sdk_core>=3.20.4,<4.0.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# limitations under the License.
1515

1616
from setuptools import setup
17-
from setuptools.command.test import test as TestCommand
1817
import os
1918
import sys
2019
import pkg_resources

0 commit comments

Comments
 (0)