Skip to content

Commit 328de17

Browse files
committed
add missing function import
1 parent 24cf775 commit 328de17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from typing import TYPE_CHECKING, Callable, TypeVar
66

7-
from ._docstring import no_example
7+
from ._docstring import add_example
88
from ._namespaces import (
99
Id,
1010
ResolvedId,

0 commit comments

Comments
 (0)