Skip to content

Commit dfe8768

Browse files
Address mypy complaint
1 parent 5859a2e commit dfe8768

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)