Skip to content

Commit 3f7302f

Browse files
fix: lint
Co-authored-by: Barret Schloerke <[email protected]>
1 parent a7bbb7b commit 3f7302f

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/bugs/1844-datagrid-empty-column

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bugs/1844-datagrid-empty-column/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from shiny import App, Inputs, reactive, render, ui
44

55
app_ui = ui.page_fluid(
6-
ui.output_data_frame("df1")
6+
ui.output_data_frame("df1"),
77
)
88

99

0 commit comments

Comments
 (0)