Skip to content

Commit

Permalink
isort fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mohsin Shah <websitemohsinshah@gmail.com>
  • Loading branch information
mohsinposts committed Jan 29, 2024
1 parent e5b6ed8 commit 495001c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
from responsibleai_text.utils.question_answering import QAPredictor

try:
from interpret_text.generative.lime_tools.explainers import (
from interpret_text.generative.lime_tools.explainers import \
LocalExplanationSentenceEmbedder
)
except ImportError as e:
print("Could not import LocalExplanationSentenceEmbedder: ", e)

Expand Down

0 comments on commit 495001c

Please sign in to comment.