Skip to content

Commit

Permalink
Fixed utils reference
Browse files Browse the repository at this point in the history
  • Loading branch information
applebym committed Jan 17, 2024
1 parent c780ccb commit 353977e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_voice_from_id():
def test_voice_clone():
from elevenlabs import Voice, clone, generate, play

from ..utils import as_local_files
from .utils import as_local_files

voice_file_urls = [
"https://user-images.githubusercontent.com/12028621/235474694-584f7103-dab2-4c39-bb9a-8e5f00be85da.webm",
Expand Down

0 comments on commit 353977e

Please sign in to comment.