From 1c4ade19ceeda84f9a5be4ba03dd9d6c10b26905 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Tue, 23 Jul 2024 10:06:34 -0400 Subject: [PATCH] isort --- tests/pytest/test_express_ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pytest/test_express_ui.py b/tests/pytest/test_express_ui.py index 347f39942..c758e2e09 100644 --- a/tests/pytest/test_express_ui.py +++ b/tests/pytest/test_express_ui.py @@ -4,13 +4,14 @@ from typing import Any import pytest -from ._utils import skip_on_windows from shiny import render, ui from shiny.express import output_args from shiny.express import ui as xui from shiny.express._run import run_express +from ._utils import skip_on_windows + def test_express_ui_is_complete(): """