Skip to content

Commit 4d9e6b2

Browse files
authored
Update setup.py
Missing import.
1 parent 448bf2c commit 4d9e6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
import numpy as np
55

6-
from setuptools import find_packages, setup
6+
from setuptools import Extension, find_packages, setup
77

88
if sys.version_info < (3, 6):
99
print("adaptive requires Python 3.6 or above.")

0 commit comments

Comments
 (0)