Skip to content

Commit af85154

Browse files
committed
Ignore unused reader
1 parent 65318c5 commit af85154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nanokvm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def async_fetch_remote_fingerprint(
7676
ssl_ctx.verify_mode = ssl.CERT_NONE
7777

7878
async with asyncio.timeout(timeout):
79-
reader, writer = await asyncio.open_connection(hostname, port, ssl=ssl_ctx)
79+
_, writer = await asyncio.open_connection(hostname, port, ssl=ssl_ctx)
8080

8181
try:
8282
ssl_obj = writer.get_extra_info("ssl_object")

0 commit comments

Comments
 (0)