Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Apr 11, 2024
1 parent b40bec4 commit c906eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/edit_data/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
render_tabulator,
)
from pytabulator.utils import create_columns
from shiny import App, reactive, render, ui
from shiny import App, reactive, ui

df = pd.DataFrame({"id": [1, 2, 3], "name": ["Hans", "Peter", "Hanna"]})
table_options = TableOptions(columns=create_columns(df, default_editor=True))
Expand Down

0 comments on commit c906eb8

Please sign in to comment.