mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
Remove unused imports
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
cimport numpy as cnp
|
||||
import numpy as np
|
||||
|
||||
|
||||
cdef float integrate(cnp.ndarray[float, ndim=2, mode="c"] sat,
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#cython: nonecheck=False
|
||||
#cython: wraparound=False
|
||||
cimport numpy as cnp
|
||||
import numpy as np
|
||||
|
||||
|
||||
cdef float integrate(cnp.ndarray[float, ndim=2, mode="c"] sat,
|
||||
|
||||
Reference in New Issue
Block a user