Skip to content

Commit

Permalink
Use haystack logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Sep 10, 2024
1 parent 9af91c0 commit 2301d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/preprocessors/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#
# SPDX-License-Identifier: Apache-2.0

import logging
import re
from pathlib import Path
from typing import Any, Dict, List, Literal, Tuple

from haystack import logging
from haystack.lazy_imports import LazyImport

with LazyImport("Run 'pip install nltk'") as nltk_imports:
Expand Down

0 comments on commit 2301d44

Please sign in to comment.