Skip to content

Commit 14eb405

Browse files
committed
reformat test for linting error
1 parent 85d631a commit 14eb405

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testing/test_basic.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,10 @@ def test_async_fixture(testdir, cmd_opts):
334334
import pytest
335335
import pytest_twisted
336336
337-
@pytest_twisted.async_fixture(scope="function", params=["fs", "imap", "web"])
337+
@pytest_twisted.async_fixture(
338+
scope="function",
339+
params=["fs", "imap", "web"],
340+
)
338341
@pytest.mark.redgreenblue
339342
async def foo(request):
340343
d1, d2 = defer.Deferred(), defer.Deferred()

0 commit comments

Comments
 (0)