mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: remove unused Mock import from test_voice.py
This commit is contained in:
parent
9c55b7a317
commit
a6e162c37a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
import queue
|
||||
from unittest.mock import Mock, patch
|
||||
from unittest.mock import patch
|
||||
|
||||
import numpy as np
|
||||
import pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue