mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: fix linter issues in repomap.py
This commit is contained in:
parent
eee37f8913
commit
8525563cfd
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ class RepoMap:
|
||||||
CACHE_VERSION = 3
|
CACHE_VERSION = 3
|
||||||
TAGS_CACHE_DIR = f".aider.tags.cache.v{CACHE_VERSION}"
|
TAGS_CACHE_DIR = f".aider.tags.cache.v{CACHE_VERSION}"
|
||||||
|
|
||||||
|
|
||||||
warned_files = set()
|
warned_files = set()
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue