mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Add newline before format_settings import in cmd_settings
This commit is contained in:
parent
549d8e8773
commit
8bba37de63
1 changed files with 1 additions and 0 deletions
|
@ -1076,6 +1076,7 @@ class Commands:
|
|||
def cmd_settings(self, args):
|
||||
"Print out the current settings"
|
||||
from aider.format_settings import format_settings
|
||||
|
||||
settings = format_settings(self.parser, self.args)
|
||||
self.io.tool_output(settings)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue