Skip to content

Commit efb815e

Browse files
committed
remove no_example()
1 parent 18d6d9c commit efb815e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shiny/module.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
_: Id # type: ignore
2525

2626

27-
@no_example()
2827
def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
2928
"""Decorator for defining a Shiny module UI function.
3029
@@ -105,7 +104,6 @@ def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
105104
return wrapper
106105

107106

108-
@no_example()
109107
def server(
110108
fn: Callable[Concatenate[Inputs, Outputs, Session, P], R],
111109
) -> Callable[Concatenate[str, P], R]:

0 commit comments

Comments
 (0)