From ba6ec1a94c51a7f04b78a150d487aab71ac8c8fe Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 19 Aug 2024 15:53:59 -0700 Subject: [PATCH] style: Format code for better readability --- tests/basic/test_repomap.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/basic/test_repomap.py b/tests/basic/test_repomap.py index 2769c1f1f..a16676a3d 100644 --- a/tests/basic/test_repomap.py +++ b/tests/basic/test_repomap.py @@ -85,7 +85,9 @@ class TestRepoMap(unittest.TestCase): # Get another repo map 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) # close the open cache files, so Windows won't error