Skip to content

Commit 778b975

Browse files
committed
mypy
1 parent 6979f70 commit 778b975

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/devtools/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88

99
@pytest.fixture
10-
async def server(aiohttp_server, unused_tcp_port) -> AsyncGenerator[DevtoolsService]:
10+
async def server(
11+
aiohttp_server, unused_tcp_port
12+
) -> AsyncGenerator[DevtoolsService, None]:
1113
app = _make_devtools_aiohttp_app(
1214
size_change_poll_delay_secs=0.001,
1315
)

0 commit comments

Comments
 (0)