Skip to content

Commit c1a0783

Browse files
committed
add importlib back
1 parent e9d5306 commit c1a0783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

semantic_router/layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import numpy as np
77
import yaml
88
from tqdm.auto import tqdm
9+
import importlib
910

1011
from semantic_router.encoders import BaseEncoder, OpenAIEncoder
1112
from semantic_router.llms import BaseLLM, OpenAILLM

0 commit comments

Comments
 (0)