File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 22import typing
33import warnings
44from functools import reduce
5- from typing import TYPE_CHECKING , Literal , cast
5+ from typing import Literal , cast
66
77import numpy as np
88import scipy .linalg
1111import pytensor .tensor as pt
1212from pytensor .graph .basic import Apply
1313from pytensor .graph .op import Op
14- from pytensor .tensor import as_tensor_variable
14+ from pytensor .tensor import TensorLike , as_tensor_variable
1515from pytensor .tensor import basic as ptb
1616from pytensor .tensor import math as ptm
1717from pytensor .tensor .blockwise import Blockwise
2121from pytensor .tensor .variable import TensorVariable
2222
2323
24- if TYPE_CHECKING :
25- from pytensor .tensor import TensorLike
26-
2724logger = logging .getLogger (__name__ )
2825
2926
You can’t perform that action at this time.
0 commit comments