fix: Fix indentation error in test_repomap.py and add pass statement

This commit is contained in:
Amir Elaguizy (aider) 2025-04-28 14:27:37 -05:00
parent 5d918e2bee
commit 88ea55b74f

View file

@ -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):