Skip to content

Commit

Permalink
remove bracket (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Dec 11, 2022
1 parent 439e48c commit 21cc7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/llm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def check_worker_number(desired):
def send_json(data):
headers = {'content-type': 'application/json'}
res = requests.post(endpoint, headers=headers, json=data)
return res.json(), res.status_code()
return res.json(), res.status_code


def get_gpu_memory():
Expand Down

0 comments on commit 21cc7b0

Please sign in to comment.