mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: Remove unused import of ANY from unittest.mock
This commit is contained in:
parent
c41df63629
commit
42d45b4037
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os
|
|||
import tempfile
|
||||
import unittest
|
||||
from pathlib import Path
|
||||
from unittest.mock import ANY, MagicMock, patch
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue