Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Dec 10, 2024
1 parent 55daaa2 commit 5eb5818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reactpy_django/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from functools import wraps
from importlib import import_module
from pathlib import Path
from typing import TYPE_CHECKING, Any, Awaitable, Callable
from typing import TYPE_CHECKING, Any, Callable
from uuid import UUID, uuid4

import dill
Expand Down Expand Up @@ -43,7 +43,7 @@
)

if TYPE_CHECKING:
from collections.abc import Mapping, Sequence
from collections.abc import Awaitable, Mapping, Sequence

from django.views import View
from reactpy.types import ComponentConstructor
Expand Down

0 comments on commit 5eb5818

Please sign in to comment.