Skip to content

Commit 8a3cfb5

Browse files
committed
Make black happy
1 parent 53ff9ee commit 8a3cfb5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/conftest.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ def pytest_configure(config):
88
# https://twistedmatrix.com/trac/ticket/9766
99
# https://github.com/pytest-dev/pytest-twisted/issues/80
1010

11-
if (
12-
config.getoption("reactor", "default") == "asyncio"
13-
and platform.system() == "Windows"
14-
):
11+
if config.getoption("reactor", "default") == "asyncio" and platform.system() == "Windows":
1512
import asyncio
1613

1714
selector_policy = asyncio.WindowsSelectorEventLoopPolicy()

0 commit comments

Comments
 (0)