style: remove unused tempfile import from test_voice.py

This commit is contained in:
Paul Gauthier (aider) 2024-11-30 15:41:38 -08:00
parent 97daff4a10
commit 2fe0dda8af

View file

@ -1,6 +1,5 @@
import os
import queue
import tempfile
from unittest.mock import Mock, patch
import numpy as np