delete an empty line

This commit is contained in:
黄伟韬 2024-09-14 09:21:47 +08:00
parent ed0dd9b7fa
commit 2cae99fa88

View file

@ -958,7 +958,6 @@ I have opened the openai_api.py file. However, the range of lines shown is from
## example 9
I've found the bug and will start fixing it. I'll pay close attention to the indentation.
the previous file look like:
739| can_fold_brackets = self._settings['fold_func_brackets'] and \
740| len(args) == 1 and \
741| not self._needs_function_brackets(expr.args[0])