[utils.curves] ignore re-import of trapeziod
This commit is contained in:
parent
b44486bd2a
commit
fb5d4602ee
@ -5,7 +5,7 @@ from numpy import pi
|
|||||||
try:
|
try:
|
||||||
from numpy import trapezoid
|
from numpy import trapezoid
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from numpy import trapz as trapezoid
|
from numpy import trapz as trapezoid # type:ignore
|
||||||
|
|
||||||
|
|
||||||
def bezier(
|
def bezier(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user