Skip to content

Commit

Permalink
MAINT: Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanderson committed Aug 4, 2015
1 parent 0cc84e7 commit e91b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from setuptools import setup, find_packages, Extension
from setuptools import setup, Extension
from Cython.Build import cythonize
import numpy as np

Expand Down

0 comments on commit e91b1c5

Please sign in to comment.