chore: prune mypy exclude list

This commit is contained in:
Matthew Farrellee 2025-09-26 10:07:04 -04:00
parent 9c751b6789
commit ebecfe59e9
10 changed files with 26 additions and 37 deletions

View file

@ -25,7 +25,7 @@ class SambaNovaInferenceAdapter(OpenAIMixin, LiteLLMOpenAIMixin):
def __init__(self, config: SambaNovaImplConfig):
self.config = config
self.environment_available_models = []
self.environment_available_models: list[str] = []
LiteLLMOpenAIMixin.__init__(
self,
litellm_provider_name="sambanova",