Skip to content

Commit c932ffb

Browse files
committed
Remove unnecessary type: ignore
1 parent 441a43c commit c932ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/conv/abstract_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if TYPE_CHECKING:
1616
# https://github.com/scipy/scipy-stubs/issues/851
17-
from scipy.signal._signaltools import ( # type: ignore[attr-defined]
17+
from scipy.signal._signaltools import (
1818
_bvalfromboundary,
1919
_valfrommode,
2020
convolve,

0 commit comments

Comments
 (0)