Skip to content

Commit

Permalink
Removing garbage imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonjt committed Oct 25, 2016
1 parent 0aa93d3 commit 7727f1a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import os
import platform
import re
import ast
import sys

from setuptools import find_packages, setup
from setuptools.extension import Extension


import numpy as np

Expand Down

0 comments on commit 7727f1a

Please sign in to comment.