lint: format all python file instead of just source code (#2567)

This commit is contained in:
Simon Mo
2024-01-23 15:53:06 -08:00
committed by GitHub
parent 9b945daaf1
commit 1e4277d2d1
5 changed files with 10 additions and 18 deletions

View File

@ -21,8 +21,7 @@ completion = client.completions.create(
echo=False,
n=2,
stream=stream,
logprobs=3
)
logprobs=3)
print("Completion results:")
if stream: