Skip to content

Commit

Permalink
Clean up imports in reader
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Apr 13, 2024
1 parent af88273 commit a3de755
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions nesis/rag/core/components/ingest/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,8 @@
from fsspec import AbstractFileSystem
from llama_index.core import Document
from llama_index.core.readers.base import BaseReader
from llama_index.readers.file import ImageReader

from llama_index.core.readers.base import BaseReader
from llama_index.core.readers.json import JSONReader
from llama_index.readers.file import (
DocxReader,
EpubReader,
HWPReader,
ImageReader,
IPYNBReader,
MarkdownReader,
MboxReader,
PandasCSVReader,
PDFReader,
PptxReader,
VideoAudioReader,
) # pants: no-infer-dep


Expand Down

0 comments on commit a3de755

Please sign in to comment.