mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
fix: Import patch from unittest.mock to fix undefined name errors
This commit is contained in:
parent
88ea55b74f
commit
3f60aa0a96
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import re
|
||||||
import time
|
import time
|
||||||
import unittest
|
import unittest
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from unittest.mock import patch
|
||||||
|
|
||||||
import git
|
import git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue