mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Add sqlite3 import to aider/repomap.py
This commit is contained in:
parent
743412777d
commit
40be2d2100
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import colorsys
|
|||
import math
|
||||
import os
|
||||
import random
|
||||
import sqlite3
|
||||
import sys
|
||||
import time
|
||||
import warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue