Skip to content

Commit 353185a

Browse files
committed
Remove unused import
1 parent bb63511 commit 353185a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: src/reactpy/asgi/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from importlib import import_module
66
from typing import Any, Callable
77

8-
from reactpy.core.types import ComponentType, VdomDict
8+
from reactpy.core.types import VdomDict
99
from reactpy.utils import vdom_to_html
1010

1111
logger = logging.getLogger(__name__)

Diff for: src/reactpy/testing/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
)
1515

1616
__all__ = [
17-
"assert_reactpy_did_not_log",
18-
"assert_reactpy_did_log",
19-
"capture_reactpy_logs",
20-
"clear_reactpy_web_modules_dir",
17+
"BackendFixture",
2118
"DisplayFixture",
2219
"HookCatcher",
2320
"LogAssertionError",
24-
"poll",
25-
"BackendFixture",
2621
"StaticEventHandler",
22+
"assert_reactpy_did_log",
23+
"assert_reactpy_did_not_log",
24+
"capture_reactpy_logs",
25+
"clear_reactpy_web_modules_dir",
26+
"poll",
2727
]

0 commit comments

Comments
 (0)