Skip to content
Snippets Groups Projects
Commit 107cdbdd authored by Simonas's avatar Simonas
Browse files

fix: lint

parent 94766893
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ from semantic_router.utils.logger import logger
class BM25Encoder(BaseEncoder):
model: Optional[Any] = None
idx_mapping: dict[int, int] | None = None
idx_mapping: Optional[dict[int, int]] = None
type: str = "sparse"
def __init__(
......
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