Remove duplicate line in execute_service

This commit is contained in:
J. Nick Koston 2023-11-28 12:30:01 -06:00
parent 5c8370c506
commit a82fc655bd
No known key found for this signature in database
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: