mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
fix: Remove unnecessary else block in Commands.run_pager method
This commit is contained in:
parent
584813c0f3
commit
566ac8d641
1 changed files with 0 additions and 2 deletions
|
@ -146,8 +146,6 @@ class Commands:
|
||||||
pager = Pager()
|
pager = Pager()
|
||||||
pager.add_source(source)
|
pager.add_source(source)
|
||||||
pager.run()
|
pager.run()
|
||||||
else:
|
|
||||||
self.io.tool_output(content)
|
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue