From 3aeb1389a689d2eba8ac3628a5abd09171dfa1da Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 17 Apr 2026 10:45:45 -0400 Subject: [PATCH] Fix indentation error --- confluent_client/confluent/asynctlvdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/confluent/asynctlvdata.py b/confluent_client/confluent/asynctlvdata.py index 8a2656c8..c4630239 100644 --- a/confluent_client/confluent/asynctlvdata.py +++ b/confluent_client/confluent/asynctlvdata.py @@ -198,7 +198,7 @@ async def sendall(handle, data): cloop = asyncio.get_event_loop() return await cloop.sock_sendall(handle, data) - def get_socket(handle): +def get_socket(handle): if isinstance(handle, tuple): return handle[1].transport.get_extra_info('socket') else: