Skip to content

Commit 663f028

Browse files
committed
lint
1 parent 69272f9 commit 663f028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/shiny/bookmark/modules/app-core-recursive.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ def app_ui(request: Request) -> ui.Tag:
9090
return ui.page_fixed(
9191
ui.output_code("bookmark_store"),
9292
"Click Buttons to update bookmark",
93-
mod_btn(f"mod{k-1}", k - 1),
93+
mod_btn(f"mod{k - 1}", k - 1),
9494
)
9595

9696

9797
# Needs access to the restore context to the dynamic UI
9898
def server(input: Inputs, output: Outputs, session: Session):
9999

100-
btn_server(f"mod{k-1}", k - 1)
100+
btn_server(f"mod{k - 1}", k - 1)
101101

102102
@render.code
103103
def bookmark_store():

0 commit comments

Comments
 (0)