Skip to content

Commit c998db7

Browse files
Fedir Zadniprovskyifedirz
authored andcommitted
chore: suppress pyright error
1 parent 13ce00c commit c998db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/speaches/executors/pyannote_speaker_embedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import huggingface_hub
66
import numpy as np
7-
from onnxruntime import InferenceSession, SessionOptions
7+
from onnxruntime import InferenceSession, SessionOptions # pyright: ignore[reportAttributeAccessIssue]
88
from pydantic import BaseModel
99

1010
from speaches.api_types import Model

0 commit comments

Comments
 (0)