Skip to content

Commit a75106b

Browse files
committed
MAINT: appease the linter
1 parent 547022f commit a75106b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scipy/signal/_filter_design.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from numpy import (atleast_1d, poly, polyval, roots, real, asarray,
88
pi, absolute, sqrt, tan, log10,
99
arcsinh, sin, exp, cosh, arccosh, ceil, conjugate,
10-
zeros, sinh, append, concatenate, prod, ones, full, array,
11-
mintypecode)
10+
sinh, append, concatenate, prod, ones, array)
1211
from numpy.polynomial.polynomial import polyval as npp_polyval
1312
from numpy.polynomial.polynomial import polyvalfromroots
1413

0 commit comments

Comments
 (0)