mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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 colorsys
|
||||||
import os
|
import os
|
||||||
import pkg_resources
|
|
||||||
import random
|
import random
|
||||||
import sys
|
import sys
|
||||||
from collections import Counter, defaultdict, namedtuple
|
from collections import Counter, defaultdict, namedtuple
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import networkx as nx
|
import networkx as nx
|
||||||
|
import pkg_resources
|
||||||
from diskcache import Cache
|
from diskcache import Cache
|
||||||
from grep_ast import TreeContext
|
from grep_ast import TreeContext
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
@ -181,7 +181,6 @@ class RepoMap:
|
||||||
scm_fname = pkg_resources.resource_filename(
|
scm_fname = pkg_resources.resource_filename(
|
||||||
__name__, os.path.join("queries", f"tree-sitter-{lang}-tags.scm")
|
__name__, os.path.join("queries", f"tree-sitter-{lang}-tags.scm")
|
||||||
)
|
)
|
||||||
dump(scm_fname)
|
|
||||||
query_scm = Path(scm_fname)
|
query_scm = Path(scm_fname)
|
||||||
if not query_scm.exists():
|
if not query_scm.exists():
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue