From 011baf492f478f6fb317b3d2ba987261ccacb147 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Fri, 18 Aug 2023 12:53:40 +0200 Subject: [PATCH] leftover from #5580 (#5593) --- haystack/preview/components/file_converters/txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/preview/components/file_converters/txt.py b/haystack/preview/components/file_converters/txt.py index fe5fa24af..508ff83ff 100644 --- a/haystack/preview/components/file_converters/txt.py +++ b/haystack/preview/components/file_converters/txt.py @@ -5,7 +5,7 @@ from typing import Optional, List, Union, Dict from canals.errors import PipelineRuntimeError from tqdm import tqdm -from haystack.lazy_imports import LazyImport +from haystack.preview.lazy_imports import LazyImport from haystack.preview import Document, component with LazyImport("Run 'pip install farm-haystack[preprocessing]'") as langdetect_import: