Skip to content

Commit

Permalink
Added line #type: ignore to pass mypy check
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OC17 committed Dec 4, 2024
1 parent 8de0914 commit ca1fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar/inference_pipelines/mutox_speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
if isinstance(encoder, str):
self.model = self.load_model_from_name(
"sonar_mutox", encoder, device=device
)
) # type: ignore
else:
self.model = encoder

Expand Down

0 comments on commit ca1fc7d

Please sign in to comment.