Skip to content

Commit 5bbb4ed

Browse files
committed
Remove unnecessary blank line in OutputDataFrame
Deleted an extraneous blank line in the OutputDataFrame class to improve code readability.
1 parent 5191764 commit 5bbb4ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shiny/playwright/controller/_output.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ def _edit_cell_no_save(
11041104

11051105
self._cell_scroll_if_needed(row=row, col=col, timeout=timeout)
11061106
cell.dblclick(timeout=timeout)
1107-
11081107
cell.locator("> textarea").fill(text)
11091108

11101109
def set_sort(

0 commit comments

Comments
 (0)