mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
fix: Add missing imports for re
and difflib
modules
This commit is contained in:
parent
d373c82730
commit
6630fd2e4f
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
import os
|
||||
import re
|
||||
import time
|
||||
import unittest
|
||||
from pathlib import Path
|
||||
import difflib
|
||||
|
||||
import git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue