Remove trailing whitespace throughout

This commit is contained in:
Andy Melnikov
2023-04-10 18:17:11 +02:00
parent 4d42e14d3d
commit c9701a3302
5 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ def evaluate_code(code: str) -> List[str]:
def improve_code(suggestions: List[str], code: str) -> str:
"""
A function that takes in code and suggestions and returns a response from create chat completion api call.
A function that takes in code and suggestions and returns a response from create chat completion api call.
Parameters:
suggestions (List): A list of suggestions around what needs to be improved.