mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: move import statement to top of file
This commit is contained in:
parent
8bba37de63
commit
4d698d1bcb
1 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,7 @@ import pyperclip
|
|||
from PIL import Image, ImageGrab
|
||||
|
||||
from aider import models, prompts, voice
|
||||
from aider.format_settings import format_settings, scrub_sensitive_info
|
||||
from aider.help import Help, install_help_extra
|
||||
from aider.llm import litellm
|
||||
from aider.run_cmd import run_cmd
|
||||
|
@ -1075,8 +1076,6 @@ 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