mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
fix: Remove unused import of MagicMock
This commit is contained in:
parent
f23c1c94fa
commit
58a732312b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import unittest
|
||||
from unittest.mock import MagicMock, patch
|
||||
from unittest.mock import patch
|
||||
|
||||
from aider.coders import Coder
|
||||
from aider.io import InputOutput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue