mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
refactor: Remove unused original_config
variable in git config setup
This commit is contained in:
parent
3adb443ca5
commit
a01e1f96fa
1 changed files with 0 additions and 1 deletions
|
@ -781,7 +781,6 @@ class TestMain(TestCase):
|
|||
|
||||
# Set up main git config with include directive
|
||||
git_config = git_dir / ".git" / "config"
|
||||
original_config = git_config.read_text()
|
||||
with open(git_config, "a") as f:
|
||||
f.write(f"\n[include]\n path = {include_config}\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue