Skip to content

Commit c86a827

Browse files
committed
fix conflict
2 parents 607cfb2 + c39de9b commit c86a827

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shiny/module.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
5050
See Also
5151
--------
5252
* Shiny Modules documentation: https://shiny.posit.co/py/docs/modules.html
53+
<<<<<<< HEAD
5354
* :func:`~shiny.module.server`
55+
=======
56+
* ~shiny.module.server
57+
>>>>>>> c39de9bd3d59add0cb5ec3ac08a188ca15ae8784
5458
"""
5559

5660
def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:

0 commit comments

Comments
 (0)