From e9940922142ef3689b08fffb422987626c2a0c41 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 28 Nov 2023 12:31:32 -0600 Subject: [PATCH] Remove duplicate line in execute_service (#781) --- aioesphomeapi/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aioesphomeapi/client.py b/aioesphomeapi/client.py index 1e81ba7..bfc1554 100644 --- a/aioesphomeapi/client.py +++ b/aioesphomeapi/client.py @@ -1159,7 +1159,6 @@ class APIClient: apiv = self.api_version if TYPE_CHECKING: assert apiv is not None - int_type = "int_" if apiv >= APIVersion(1, 3) else "legacy_int" map_single = USER_SERVICE_MAP_SINGLE map_array = USER_SERVICE_MAP_ARRAY for arg_desc in service.args: