Skip to content

Commit b3e0fe0

Browse files
committed
lints
1 parent 9c27d5f commit b3e0fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shiny/pytest/_fixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from pathlib import Path, PurePath
4-
from typing import Literal, Union
4+
from typing import Literal
55

66
import pytest
77

tests/playwright/shiny/tests_for_ai_generated_apps/accordion/test_accordion_core_express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_accordion_demo2(page: Page, app: ShinyAppProc) -> None:
5050
panel_a = accordion.accordion_panel("Panel A")
5151
panel_b = accordion.accordion_panel("Panel B")
5252
panel_c = accordion.accordion_panel("Panel C")
53-
_panel_d = accordion.accordion_panel("Panel D")
53+
# panel_d = accordion.accordion_panel("Panel D")
5454

5555
# Test panel content
5656
panel_a.expect_body("This is a basic accordion panel with default settings.")

0 commit comments

Comments
 (0)