Skip to content

Commit

Permalink
Corrected import
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopshrma authored Feb 16, 2024
1 parent fb3fad7 commit 74b49d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from llama_index.readers.file.pymu_pdf import PyMuPDFReader
from llama_index.readers.file.slides import PptxReader
from llama_index.readers.file.tabular import PandasCSVReader, CSVReader
llama_index.readers.file.unstructured import UnstructuredReader
from llama_index.readers.file.unstructured import UnstructuredReader
from llama_index.readers.file.video_audio import VideoAudioReader
from llama_index.readers.file.xml import XMLReader

Expand Down

0 comments on commit 74b49d5

Please sign in to comment.