Skip to content

Commit ba89870

Browse files
committed
Fix import path for ListOrTuple in _output.py
Updated the import of ListOrTuple to use a relative path, ensuring compatibility with the current package structure.
1 parent 47b3ff2 commit ba89870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/playwright/controller/_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from playwright.sync_api import Locator, Page
77
from playwright.sync_api import expect as playwright_expect
88

9-
from shiny.types import ListOrTuple
9+
from ...types import ListOrTuple
1010

1111
from ...render._data_frame import ColumnFilter, ColumnSort, assert_column_filters
1212
from .._types import AttrValue, ListPatternOrStr, PatternOrStr, StyleValue, Timeout

0 commit comments

Comments
 (0)