whitespace flake8

pull/649/head
evelynmitchell 5 months ago
parent c94fca1ee8
commit a56954a125

@ -52,7 +52,7 @@ A few important notes:
IMPORTANT: Avoid repeating actions such as doing the same CLICK event twice in a row. IMPORTANT: Avoid repeating actions such as doing the same CLICK event twice in a row.
Objective: {objective} Objective: {objective}
""" """ # noqa: W291, W293
USER_QUESTION = ( USER_QUESTION = (
"Hello, I can help you with anything. What would you like done?" "Hello, I can help you with anything. What would you like done?"
@ -74,7 +74,7 @@ Thing to note: The user can not respond to your summary. You are just sharing th
The original objective was: {objective} The original objective was: {objective}
Now share the results! Now share the results!
""" """ # noqa: W291, W293
def format_summary_prompt(objective): def format_summary_prompt(objective):

Loading…
Cancel
Save