From 1d25d61fa27e98d2c0f3b265f62f63e201c40d0a Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 16 Jun 2023 15:09:53 +0200 Subject: [PATCH] linting --- autotranscript/transcriber.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autotranscript/transcriber.py b/autotranscript/transcriber.py index 4fbf14b..e4d587a 100644 --- a/autotranscript/transcriber.py +++ b/autotranscript/transcriber.py @@ -1,7 +1,6 @@ import os -from whisper import Whisper +from whisper import Whisper, load_model from typing import TypeVar , Union -from whisper import load_model from glob import glob whisper = TypeVar('whisper')