Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 8, 2025
1 parent 317f7a0 commit 065ca97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions comps/cores/mega/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ async def execute(
response = requests.post(
url=endpoint,
data=json.dumps(inputs),
headers={
"Content-type": "application/json",
"Authorization": f"Bearer {API_KEY_TOKENS}"
},
headers={"Content-type": "application/json", "Authorization": f"Bearer {API_KEY_TOKENS}"},
proxies={"http": None},
stream=True,
timeout=1000,
Expand Down

0 comments on commit 065ca97

Please sign in to comment.