mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
style: Format code with black
This commit is contained in:
parent
626a89364d
commit
c38d482db3
1 changed files with 3 additions and 1 deletions
|
@ -441,7 +441,9 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
||||||
# Initialize RepoMap with the sample code base as root
|
# Initialize RepoMap with the sample code base as root
|
||||||
io = InputOutput()
|
io = InputOutput()
|
||||||
repomap_root = Path(__file__).parent.parent.parent
|
repomap_root = Path(__file__).parent.parent.parent
|
||||||
repo_map = RepoMap(main_model=self.GPT35, root=str(sample_code_base), io=io, repomap_root=str(repomap_root))
|
repo_map = RepoMap(
|
||||||
|
main_model=self.GPT35, root=str(sample_code_base), io=io, repomap_root=str(repomap_root)
|
||||||
|
)
|
||||||
|
|
||||||
# Get all files in the sample code base
|
# Get all files in the sample code base
|
||||||
other_files = [str(f) for f in sample_code_base.rglob("*") if f.is_file()]
|
other_files = [str(f) for f in sample_code_base.rglob("*") if f.is_file()]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue