File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/reactpy/executors/pyscript Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717
1818import reactpy
1919from reactpy .config import REACTPY_DEBUG , REACTPY_PATH_PREFIX , REACTPY_WEB_MODULES_DIR
20- from reactpy .testing .common import GITHUB_ACTIONS
2120from reactpy .types import VdomDict
2221from reactpy .utils import reactpy_to_string
2322
@@ -151,6 +150,8 @@ def extend_pyscript_config(
151150
152151
153152def reactpy_version_string () -> str : # nocov
153+ from reactpy .testing .common import GITHUB_ACTIONS
154+
154155 # Get a list of all versions via `pip index versions`
155156 result = get_reactpy_versions ()
156157 local_version = reactpy .__version__
Original file line number Diff line number Diff line change 88
99import reactpy
1010from reactpy import html
11+ from reactpy .config import REACTPY_TESTS_DEFAULT_TIMEOUT
1112from reactpy .executors .asgi .standalone import ReactPy
1213from reactpy .testing import BackendFixture , DisplayFixture , poll
13- from reactpy .testing .common import REACTPY_TESTS_DEFAULT_TIMEOUT
1414from reactpy .types import Connection , Location
1515
1616
You can’t perform that action at this time.
0 commit comments