We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cf0ba commit 5c8f6f6Copy full SHA for 5c8f6f6
tests/test_app/tests/utils.py
@@ -4,6 +4,7 @@
4
import sys
5
from collections.abc import Iterable
6
from functools import partial
7
+from logging import getLogger
8
from typing import TYPE_CHECKING, Any, Callable
9
10
import decorator
@@ -14,7 +15,7 @@
14
15
from django.db import connections
16
from django.test.utils import modify_settings
17
from playwright.sync_api import sync_playwright
-from logging import getLogger
18
+
19
from reactpy_django.utils import str_to_bool
20
21
if TYPE_CHECKING:
0 commit comments