mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
fix: Fix indentation error in test_repomap.py and add pass statement
This commit is contained in:
parent
5d918e2bee
commit
88ea55b74f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class TestRepoMap(unittest.TestCase):
|
|||
self.GPT35 = Model("gpt-3.5-turbo")
|
||||
|
||||
def test_get_repo_map(self):
|
||||
pass
|
||||
|
||||
@patch("aider.io.InputOutput.tool_warning")
|
||||
def test_get_tags_md5_change_same_mtime(self, mock_tool_warning):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue