Skip to content

Commit

Permalink
Change context import to be absolute in runtime.py (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Dec 3, 2024
1 parent f137433 commit 980b150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mesop/runtime/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
from mesop.events import LoadEvent, MesopEvent
from mesop.exceptions import MesopDeveloperException, MesopUserException
from mesop.key import Key
from mesop.runtime.context import Context
from mesop.security.security_policy import SecurityPolicy
from mesop.utils.backoff import exponential_backoff
from mesop.warn import warn

from .context import Context

Handler = Callable[[Any], None | Generator[None, None, None]]
newline = "\n"

Expand Down

0 comments on commit 980b150

Please sign in to comment.