Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary imports in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Mar 5, 2020
1 parent fe93a8f commit 93b3f05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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__))
Expand Down

0 comments on commit 93b3f05

Please sign in to comment.