Skip to content

Commit e9147bc

Browse files
committed
fix import
1 parent a574d50 commit e9147bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reactpy_django/templatetags/reactpy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from reactpy.backend.hooks import ConnectionContext
1111
from reactpy.backend.types import Connection, Location
1212
from reactpy.core.types import ComponentConstructor
13-
from reactpy.utils import strtobool, vdom_to_html
13+
from reactpy.utils import vdom_to_html
1414

1515
from reactpy_django import config, models
1616
from reactpy_django.exceptions import (
@@ -21,7 +21,7 @@
2121
OfflineComponentMissing,
2222
)
2323
from reactpy_django.types import ComponentParams
24-
from reactpy_django.utils import SyncLayout, validate_component_args
24+
from reactpy_django.utils import SyncLayout, strtobool, validate_component_args
2525

2626
try:
2727
RESOLVED_WEB_MODULES_PATH = reverse("reactpy:web_modules", args=["/"]).strip("/")

0 commit comments

Comments
 (0)