[utils.curves] ignore re-import of trapeziod
This commit is contained in:
parent
e89d912ce8
commit
79f2088180
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from numpy import pi
|
|||
try:
|
||||
from numpy import trapezoid
|
||||
except ImportError:
|
||||
from numpy import trapz as trapezoid
|
||||
from numpy import trapz as trapezoid # type:ignore
|
||||
|
||||
|
||||
def bezier(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue