Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed May 24, 2022
1 parent e59031c commit cd6dd4e
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 @@

import Cython.Build
import numpy
from setuptools import setup
from setuptools import find_namespace_packages, setup
from setuptools.command.build_py import build_py as _build_py
from setuptools.extension import Extension

Expand Down

0 comments on commit cd6dd4e

Please sign in to comment.