Skip to content

Commit 2823c39

Browse files
committed
run isort
1 parent 6659541 commit 2823c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from .backend import BackendFixture
12
from .common import HookCatcher, StaticEventHandler, clear_idom_web_modules_dir, poll
23
from .display import DisplayFixture
34
from .logs import (
@@ -6,7 +7,6 @@
67
assert_idom_did_not_log,
78
capture_idom_logs,
89
)
9-
from .backend import BackendFixture
1010

1111

1212
__all__ = [

0 commit comments

Comments
 (0)