fix: Remove unnecessary f-string

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 17:33:23 -04:00
parent 2a9d181efc
commit 996649fd98

View file

@ -141,7 +141,7 @@ class Commands:
content = self.scraper.scrape(url) or ""
content = f"{url}:\n\n" + content
self.io.tool_output(f"... done.")
self.io.tool_output("... done.")
if paginate:
# Use pypager to show the content