mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-12-26 17:27:40 +01:00
Remove duplicate line in execute_service (#781)
This commit is contained in:
parent
5c8370c506
commit
e994092214
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user