Skip to content

Commit eef2297

Browse files
committed
run nox format
1 parent 2823c39 commit eef2297

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
from idom.config import IDOM_TESTING_DEFAULT_TIMEOUT
1111
from idom.testing import (
12-
DisplayFixture,
1312
BackendFixture,
13+
DisplayFixture,
1414
capture_idom_logs,
1515
clear_idom_web_modules_dir,
1616
)

tests/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from playwright.async_api import Browser
66

77
import idom
8-
from idom.testing import DisplayFixture, BackendFixture
8+
from idom.testing import BackendFixture, DisplayFixture
99

1010

1111
JS_DIR = Path(__file__).parent / "js"

tests/test_server/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from idom.backend import default as default_implementation
88
from idom.backend.types import Location
99
from idom.backend.utils import all_implementations
10-
from idom.testing import DisplayFixture, BackendFixture, poll
10+
from idom.testing import BackendFixture, DisplayFixture, poll
1111

1212

1313
@pytest.fixture(

tests/test_web/test_module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import idom
77
from idom.backend import sanic as sanic_implementation
88
from idom.testing import (
9-
DisplayFixture,
109
BackendFixture,
10+
DisplayFixture,
1111
assert_idom_did_log,
1212
assert_idom_did_not_log,
1313
poll,

0 commit comments

Comments
 (0)