Skip to content

Commit 52bf290

Browse files
committed
linting
1 parent a0ea1d7 commit 52bf290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def test_async_fixture_no_arguments(testdir, cmd_opts, empty_optional_call):
391391
from twisted.internet import reactor, defer
392392
import pytest
393393
import pytest_twisted
394-
394+
395395
@pytest_twisted.async_fixture{optional_call}
396396
async def scope(request):
397397
return request.scope
@@ -491,7 +491,7 @@ def test_async_yield_fixture_no_arguments(
491491
from twisted.internet import reactor, defer
492492
import pytest
493493
import pytest_twisted
494-
494+
495495
@pytest_twisted.async_yield_fixture{optional_call}
496496
async def scope(request):
497497
yield request.scope

0 commit comments

Comments
 (0)