style: Format code for better readability

This commit is contained in:
Paul Gauthier (aider) 2024-08-19 15:53:59 -07:00
parent 66dc844977
commit ba6ec1a94c

View file

@ -85,7 +85,9 @@ class TestRepoMap(unittest.TestCase):
# Get another repo map # Get another repo map
second_map = repo_map.get_repo_map([], other_files) second_map = repo_map.get_repo_map([], other_files)
self.assertNotEqual(initial_map, second_map, "RepoMap should change with refresh='files'") self.assertNotEqual(
initial_map, second_map, "RepoMap should change with refresh='files'"
)
self.assertIn("functionNEW", second_map) self.assertIn("functionNEW", second_map)
# close the open cache files, so Windows won't error # close the open cache files, so Windows won't error