Skip to content

Commit

Permalink
revert markov
Browse files Browse the repository at this point in the history
  • Loading branch information
ordabayevy committed Dec 16, 2023
1 parent 2d684e9 commit f96df2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/poutine/markov_messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import Counter
from contextlib import ExitStack # python 3

from pyro.poutine.reentrant_messenger import ReentrantMessenger
from .reentrant_messenger import ReentrantMessenger


class MarkovMessenger(ReentrantMessenger):
Expand Down

0 comments on commit f96df2c

Please sign in to comment.