Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbog committed Oct 1, 2023
1 parent 2c01984 commit d2ba0fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pymc/distributions/discrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
import warnings

from typing import Optional, TypeAlias, Union
from typing import Optional, Union

import numpy as np
import numpy.typing as npt
Expand All @@ -34,6 +34,7 @@
)
from pytensor.tensor.variable import TensorVariable
from scipy import stats
from typing_extensions import TypeAlias

import pymc as pm

Expand Down

0 comments on commit d2ba0fa

Please sign in to comment.