Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emuguy1 authored Jun 14, 2023
1 parent c9bc57c commit f425382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QAChat/Data_Processing/text_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-FileCopyrightText: 2023 Felix Nützel

import copy
from QAChat.Data_Processing.deepL_translator import DeepLTranslator
from QAChat.QA_Bot.deepL_translator import DeepLTranslator
from langchain.text_splitter import RecursiveCharacterTextSplitter
import nltk

Expand Down

0 comments on commit f425382

Please sign in to comment.