Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jul 23, 2024
1 parent a36cfdb commit 1c4ade1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pytest/test_express_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
"""
Expand Down

0 comments on commit 1c4ade1

Please sign in to comment.