Skip to content

Commit 1da3959

Browse files
committed
fix import sort
1 parent 3deba06 commit 1da3959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/py/reactpy/tests/test_core/test_hooks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
from reactpy import html
77
from reactpy.config import REACTPY_DEBUG_MODE
88
from reactpy.core.hooks import (
9-
LifeCycleHook,
10-
strictly_equal,
119
COMPONENT_DID_RENDER_EFFECT,
10+
LifeCycleHook,
1211
current_hook,
12+
strictly_equal,
1313
)
1414
from reactpy.core.layout import Layout
1515
from reactpy.testing import DisplayFixture, HookCatcher, assert_reactpy_did_log, poll

0 commit comments

Comments
 (0)