Skip to content

Commit cdce6a9

Browse files
committed
lints
1 parent b743b94 commit cdce6a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

shiny/api-examples/data_frame/app-express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from shinywidgets import render_widget
44

55
from shiny import reactive, req
6-
from shiny.express import input, render, ui
6+
from shiny.express import render, ui
77

88
# Load the Gapminder dataset
99
df = px.data.gapminder()

tests/playwright/shiny/components/data_frame/edit/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from typing import Any
2-
31
import pandas as pd
42
from palmerpenguins import load_penguins_raw # pyright: ignore[reportMissingTypeStubs]
53

0 commit comments

Comments
 (0)