make ruff happy

This commit is contained in:
Schmieder, Jacob
2024-10-10 09:29:48 +00:00
parent e7c1a5a2b0
commit 101e913f84
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ from faster_whisper import WhisperModel as FasterWhisperModel
from faster_whisper.tokenizer import _LANGUAGE_CODES as FASTER_WHISPER_LANGUAGE_CODES
from typing import TypeVar, Union, Optional
from torch import Tensor, device
from torch.cuda import is_available as cuda_is_available
from numpy import ndarray
from inspect import signature
from abc import abstractmethod