Skip to content

Commit 50123a1

Browse files
committed
fix wrong import
1 parent a11d903 commit 50123a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc/distributions/discrete.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
import warnings
1515

16-
from typing import Optional, TypeAlias, Union
16+
from typing import Optional, Union
1717

1818
import numpy as np
1919
import numpy.typing as npt
@@ -34,6 +34,7 @@
3434
)
3535
from pytensor.tensor.variable import TensorVariable
3636
from scipy import stats
37+
from typing_extensions import TypeAlias
3738

3839
import pymc as pm
3940

0 commit comments

Comments
 (0)