We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55daaa2 commit 5eb5818Copy full SHA for 5eb5818
src/reactpy_django/utils.py
@@ -14,7 +14,7 @@
14
from functools import wraps
15
from importlib import import_module
16
from pathlib import Path
17
-from typing import TYPE_CHECKING, Any, Awaitable, Callable
+from typing import TYPE_CHECKING, Any, Callable
18
from uuid import UUID, uuid4
19
20
import dill
@@ -43,7 +43,7 @@
43
)
44
45
if TYPE_CHECKING:
46
- from collections.abc import Mapping, Sequence
+ from collections.abc import Awaitable, Mapping, Sequence
47
48
from django.views import View
49
from reactpy.types import ComponentConstructor
0 commit comments