mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
WIP: Refactor Coder class constructor to remove default value for history_file parameter.
This commit is contained in:
parent
8df0971b4f
commit
0782e50f6d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Coder:
|
|||
last_modified = 0
|
||||
repo = None
|
||||
|
||||
def __init__(self, main_model, files, pretty, history_file=".coder.history"):
|
||||
def __init__(self, main_model, files, pretty, history_file):
|
||||
self.history_file = history_file
|
||||
|
||||
if pretty:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue