Skip to content

Commit

Permalink
chore(app): Remove duplicate import statement (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpowerplatform authored Jul 17, 2024
1 parent 507b41e commit dad8e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/module-communication.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ app = App(app_ui, server)
## file: modules.py
import pandas as pd
from shiny import Inputs, Outputs, Session, module, render, ui, module
from shiny import Inputs, Outputs, Session, module, render, ui
@module.ui
Expand Down

0 comments on commit dad8e07

Please sign in to comment.