refactor: Remove unused import statement in model_specs/__init__.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-20 18:46:46 -03:00
commit a01b98e700

View file

@ -1,7 +1,7 @@
from .AmazonBedrockSpecs import AmazonBedrockComponent
from .BaiduQianfanChatEndpointsSpecs import QianfanChatEndpointComponent
from .BaiduQianfanLLMEndpointsSpecs import QianfanLLMEndpointComponent
from .ChatAnthropicSpecs import AnthropicLLM
from .ChatLiteLLMSpecs import ChatLiteLLMComponent
from .ChatOllamaEndpointSpecs import ChatOllamaComponent
from .ChatOpenAISpecs import ChatOpenAIComponent
@ -14,7 +14,6 @@ from .VertexAISpecs import VertexAIComponent
__all__ = [
"AmazonBedrockComponent",
"ChatAntropicSpecsComponent",
"AzureChatOpenAISpecsComponent",
"QianfanChatEndpointComponent",
"QianfanLLMEndpointComponent",