Skip to content

Commit 37e2541

Browse files
committed
Reorder imports in _output.py for consistency
1 parent ba89870 commit 37e2541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

shiny/playwright/controller/_output.py

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

9-
from ...types import ListOrTuple
10-
119
from ...render._data_frame import ColumnFilter, ColumnSort, assert_column_filters
10+
from ...types import ListOrTuple
1211
from .._types import AttrValue, ListPatternOrStr, PatternOrStr, StyleValue, Timeout
1312
from ..expect import expect_not_to_have_class, expect_to_have_class
1413
from ..expect._internal import (

0 commit comments

Comments
 (0)