Skip to content

Commit

Permalink
Add missing whisper import
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Oct 29, 2023
1 parent e2022ba commit 71fc31e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/interviewkit/transcript.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import sys
from pathlib import Path

from rich.console import Console



import whisper
from pydantic import BaseModel
from rich.console import Console
from whisper.utils import get_writer


Expand Down

0 comments on commit 71fc31e

Please sign in to comment.