Skip to content
Snippets Groups Projects
Unverified Commit ac024f08 authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Linting.

parent 4ff71a1b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ from semantic_router.encoders import BaseEncoder, CohereEncoder, OpenAIEncoder ...@@ -8,7 +8,6 @@ from semantic_router.encoders import BaseEncoder, CohereEncoder, OpenAIEncoder
from semantic_router.layer import LayerConfig, RouteLayer from semantic_router.layer import LayerConfig, RouteLayer
from semantic_router.llms.base import BaseLLM from semantic_router.llms.base import BaseLLM
from semantic_router.route import Route from semantic_router.route import Route
from semantic_router.index.local import LocalIndex
def mock_encoder_call(utterances): def mock_encoder_call(utterances):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment