style: fix linting errors in test_repomap.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-26 07:28:02 -08:00
parent 8e7bfef9f1
commit 722c2c2668

View file

@ -384,7 +384,7 @@ class Greeter {
return 'Hello, $name!'; return 'Hello, $name!';
} }
} }
""" """,
), ),
"c": ( "c": (
"test.c", "test.c",