Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed Oct 3, 2023
1 parent f8137af commit 546e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"""Test the models for requests and responses."""

import pytest
from faster_whisper.transcribe import Word

from wordcab_transcribe.models import (
AudioRequest,
Expand All @@ -34,6 +33,7 @@
ProcessTimes,
Timestamps,
Utterance,
Word,
YouTubeResponse,
)

Expand Down

0 comments on commit 546e254

Please sign in to comment.