Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Jan 4, 2025
1 parent 034bc5f commit d3e3173
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/ui/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,5 @@ def _(button):
button.value
return


@app.cell
def _():
import marimo as mo
return (mo,)


if __name__ == "__main__":
app.run()

0 comments on commit d3e3173

Please sign in to comment.