Remove duplicate line in execute_service (#781)

This commit is contained in:
J. Nick Koston 2023-11-28 12:31:32 -06:00 committed by GitHub
parent 5c8370c506
commit e994092214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: