Skip to content

Commit d3c8b0e

Browse files
committed
remove unused variable
1 parent 7ce13bf commit d3c8b0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcp_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def mcp_client_params(available_toolboxes: dict, requested_toolboxes: list):
316316
headers[k] = swap_env(v)
317317
optional_headers = available_toolboxes[tb]['server_params'].get('optional_headers')
318318
# support {{ env SOMETHING }} for header values as well for e.g. tokens
319-
remove_key = {}
320319
if optional_headers and isinstance(optional_headers, dict):
321320
for k, v in dict(optional_headers).items():
322321
try:

0 commit comments

Comments
 (0)