Skip to content

Commit

Permalink
Change logging import
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Husch Lee <[email protected]>
  • Loading branch information
CarlosFerLo and sjrl authored Jun 11, 2024
1 parent 5eddd2a commit 10c796a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions haystack/components/converters/docx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
# SPDX-License-Identifier: Apache-2.0

import io
import logging
from pathlib import Path
from typing import Any, Dict, List, Optional, Union

from haystack import Document, component
from haystack import Document, component, logging
from haystack.components.converters.utils import get_bytestream_from_source, normalize_metadata
from haystack.dataclasses import ByteStream
from haystack.lazy_imports import LazyImport
Expand Down

0 comments on commit 10c796a

Please sign in to comment.