Skip to content

Commit d87273f

Browse files
updated setup.py
1 parent f2f7fb2 commit d87273f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__author__ = 'andrea tramacere'
77

88

9-
from setuptools import setup, find_packages,Extension
9+
from setuptools import setup,Extension
1010
from distutils.command.build import build
1111
from setuptools.command.install import install
1212
from distutils.sysconfig import get_python_lib
@@ -15,7 +15,6 @@
1515
import shutil
1616
import json
1717
import sys
18-
import numpy as np
1918

2019
def check_swig():
2120
command = 'swig'

0 commit comments

Comments
 (0)