Skip to content

Commit c8815a4

Browse files
committed
fix linting issues
1 parent af3ae92 commit c8815a4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tests/playwright/shiny/ai_generated_app_test_hub/accordion/app-core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from shiny import App, reactive, render, ui
1+
from shiny import App, render, ui
22

33
# Define the UI
44
app_ui = ui.page_fluid(
@@ -30,12 +30,12 @@
3030
ui.markdown(
3131
"""
3232
This panel contains longer content to demonstrate scrolling:
33-
33+
3434
- Item 1
3535
- Item 2
3636
- Item 3
37-
38-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
37+
38+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
3939
eiusmod tempor incididunt ut labore et dolore magna aliqua.
4040
"""
4141
),

tests/playwright/shiny/ai_generated_app_test_hub/accordion/app-express.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from shiny import reactive
2-
from shiny.express import input, ui, render
1+
from shiny.express import input, render, ui
32

43
# Add Font Awesome CSS in the head section
54
ui.head_content(
@@ -29,12 +28,12 @@
2928
ui.markdown(
3029
"""
3130
This panel contains longer content to demonstrate scrolling:
32-
31+
3332
- Item 1
3433
- Item 2
3534
- Item 3
36-
37-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
35+
36+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do
3837
eiusmod tempor incididunt ut labore et dolore magna aliqua.
3938
"""
4039
)

tests/playwright/shiny/ai_generated_app_test_hub/accordion/test_accordion.py renamed to tests/playwright/shiny/ai_generated_app_test_hub/accordion/test_accordion_core_express.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pytest
22
from playwright.sync_api import Page
3+
34
from shiny.playwright import controller
45
from shiny.run import ShinyAppProc
56

0 commit comments

Comments
 (0)