mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
style: format long function calls and parameters
This commit is contained in:
parent
b6dc6e105f
commit
ef38960b0c
2 changed files with 6 additions and 2 deletions
|
@ -40,7 +40,9 @@ class Commands:
|
|||
parser=self.parser,
|
||||
)
|
||||
|
||||
def __init__(self, io, coder, voice_language=None, verify_ssl=True, args=None, parser=None, verbose=False):
|
||||
def __init__(
|
||||
self, io, coder, voice_language=None, verify_ssl=True, args=None, parser=None, verbose=False
|
||||
):
|
||||
self.io = io
|
||||
self.coder = coder
|
||||
self.parser = parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue