style: Format code with linter

This commit is contained in:
Paul Gauthier (aider) 2025-03-11 11:43:47 -07:00
parent dc06c2fab3
commit 5c94624186

View file

@ -1427,7 +1427,9 @@ class Commands:
def cmd_reasoning_effort(self, args):
"Set the reasoning effort level (valid values: number or low/medium/high depending on model)"
if not args.strip():
self.io.tool_error("Please specify a reasoning effort value (a number or low/medium/high).")
self.io.tool_error(
"Please specify a reasoning effort value (a number or low/medium/high)."
)
return
value = args.strip()