mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
refactor: Remove unused mock_open import
This commit is contained in:
parent
645252168c
commit
59bdc45728
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import tempfile
|
|||
from io import StringIO
|
||||
from pathlib import Path
|
||||
from unittest import TestCase
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import git
|
||||
from prompt_toolkit.input import DummyInput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue