style: Fix line length violations in test_repomap.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-27 06:48:17 -08:00
parent 27f0ca3b08
commit 7bc7b2e3da

View file

@ -539,11 +539,16 @@ class Greeter {
dump(result)
# Check if the result contains all the expected files and symbols
self.assertIn(filename, result, f"File for language {lang} not found in repo map: {result}")
self.assertIn(
filename, result, f"File for language {lang} not found in repo map: {result}"
)
self.assertIn(
key_symbol,
result,
f"Key symbol '{key_symbol}' for language {lang} not found in repo map: {result}",
(
f"Key symbol '{key_symbol}' for language {lang} not found in repo map:"
f" {result}"
),
)
# close the open cache files, so Windows won't error