Skip to content

Commit 23ebddd

Browse files
bkircherbegotxe
authored andcommitted
Fix unused variable
1 parent ab93987 commit 23ebddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gs_api_client/synchronous/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def _setup_apis(self):
88
request_provider = RequestProvider(
99
self,
1010
self.http_info)
11-
for name, api_class in self._api_registry:
11+
for _, api_class in self._api_registry:
1212
api = SyncApi(
1313
self.api_client,
1414
api_class,

0 commit comments

Comments
 (0)