mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: Remove unused import mock_open
This commit is contained in:
parent
b6808e3700
commit
912f98e6eb
11 changed files with 230 additions and 107 deletions
|
@ -3,7 +3,7 @@ import base64
|
|||
import hashlib
|
||||
import os
|
||||
import unittest
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import requests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue