Skip to content

Commit 4199f29

Browse files
committed
Followup from #1898
1 parent 0fd3921 commit 4199f29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shiny/bookmark/_bookmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060

6161

6262
if TYPE_CHECKING:
63-
from .._namespaces import ResolvedId
6463
from ..express._stub_session import ExpressStubSession
64+
from ..module import ResolvedId
6565
from ..session import Session
6666
from ..session._session import SessionProxy
67-
from ._restore_state import RestoreContext
67+
from . import RestoreContext
6868
else:
6969
from typing import Any
7070

shiny/bookmark/_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from htmltools import HTML, Tag, TagAttrValue, TagChild
44

55
from .._docstring import add_example
6-
from .._namespaces import resolve_id
6+
from ..module import resolve_id
77
from ..types import MISSING, MISSING_TYPE
88
from ..ui._input_action_button import input_action_button
99

0 commit comments

Comments
 (0)