Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ordabayevy committed Oct 30, 2023
1 parent 7b958f1 commit b475541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyro/poutine/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
from typing import TYPE_CHECKING, Callable, Dict, List, Optional, Set, Tuple, Union

import torch
from typing_extensions import TypedDict

from pyro.params.param_store import ( # noqa: F401
_MODULE_NAMESPACE_DIVIDER,
ParamStoreDict,
)

if TYPE_CHECKING:
from typing_extensions import TypedDict

from pyro.poutine.indep_messenger import CondIndepStackFrame
from pyro.poutine.messenger import Messenger

Expand Down

0 comments on commit b475541

Please sign in to comment.