mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
ssh
This commit is contained in:
parent
a5e84a5302
commit
427c9129a4
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
import colorsys
|
||||
import os
|
||||
import pkg_resources
|
||||
import random
|
||||
import sys
|
||||
from collections import Counter, defaultdict, namedtuple
|
||||
from pathlib import Path
|
||||
|
||||
import networkx as nx
|
||||
import pkg_resources
|
||||
from diskcache import Cache
|
||||
from grep_ast import TreeContext
|
||||
from tqdm import tqdm
|
||||
|
@ -181,7 +181,6 @@ class RepoMap:
|
|||
scm_fname = pkg_resources.resource_filename(
|
||||
__name__, os.path.join("queries", f"tree-sitter-{lang}-tags.scm")
|
||||
)
|
||||
dump(scm_fname)
|
||||
query_scm = Path(scm_fname)
|
||||
if not query_scm.exists():
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue