From 93b3f0539189c2325e575e6a82f0433b034fd273 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Thu, 5 Mar 2020 22:36:53 +0300 Subject: [PATCH] Remove unnecessary imports in setup.py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 16f1f3e8..564ade82 100755 --- a/setup.py +++ b/setup.py @@ -1,8 +1,6 @@ import platform from setuptools import setup -import sys -import os from os import path this_directory = path.abspath(path.dirname(__file__))