mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +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 unittest
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
import git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue