Skip to content

Commit e1cf2e7

Browse files
committed
remove erroneous line
1 parent 1bf7718 commit e1cf2e7

File tree

1 file changed

+0
-1
lines changed
  • tests/playwright/shiny/components/data_frame/edit

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ def df_styles_fn(data: pd.DataFrame) -> list[StyleInfo]:
268268
def country_detail_pop() -> Figure:
269269
import plotly.express as px
270270

271-
return px.line(
272271
fig: Figure = px.line(
273272
px.data.gapminder(),
274273
x="year",

0 commit comments

Comments
 (0)