style: fix linter issues in repomap.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-06 14:18:45 -03:00
parent eee37f8913
commit 8525563cfd

View file

@ -29,7 +29,6 @@ class RepoMap:
CACHE_VERSION = 3
TAGS_CACHE_DIR = f".aider.tags.cache.v{CACHE_VERSION}"
warned_files = set()
def __init__(