Skip to content

Commit 5c8f6f6

Browse files
committed
formatting
1 parent 26cf0ba commit 5c8f6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_app/tests/utils.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import sys
55
from collections.abc import Iterable
66
from functools import partial
7+
from logging import getLogger
78
from typing import TYPE_CHECKING, Any, Callable
89

910
import decorator
@@ -14,7 +15,7 @@
1415
from django.db import connections
1516
from django.test.utils import modify_settings
1617
from playwright.sync_api import sync_playwright
17-
from logging import getLogger
18+
1819
from reactpy_django.utils import str_to_bool
1920

2021
if TYPE_CHECKING:

0 commit comments

Comments
 (0)