style: Apply linter formatting to repomap.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-05 17:15:30 -03:00
parent 72ceb87acb
commit ef442fdd7e

View file

@ -24,7 +24,6 @@ from aider.dump import dump # noqa: F402,E402
Tag = namedtuple("Tag", "rel_fname fname line name kind".split())
class RepoMap:
CACHE_VERSION = 3
TAGS_CACHE_DIR = f".aider.tags.cache.v{CACHE_VERSION}"