Skip to content

Commit 5eb5818

Browse files
committed
run formatter
1 parent 55daaa2 commit 5eb5818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactpy_django/utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from functools import wraps
1515
from importlib import import_module
1616
from pathlib import Path
17-
from typing import TYPE_CHECKING, Any, Awaitable, Callable
17+
from typing import TYPE_CHECKING, Any, Callable
1818
from uuid import UUID, uuid4
1919

2020
import dill
@@ -43,7 +43,7 @@
4343
)
4444

4545
if TYPE_CHECKING:
46-
from collections.abc import Mapping, Sequence
46+
from collections.abc import Awaitable, Mapping, Sequence
4747

4848
from django.views import View
4949
from reactpy.types import ComponentConstructor

0 commit comments

Comments
 (0)