Skip to content

Commit

Permalink
Merge pull request #1 from guyy1232/fix-pandes-excel-reader
Browse files Browse the repository at this point in the history
add tests
  • Loading branch information
guyyanko authored Sep 5, 2023
2 parents 0a14de5 + 90abd44 commit 59ae008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llama_hub/file/pandas_excel/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ def load_data(
return [
Document(text=text, extra_info=extra_info or {}) for text in text_list
]

0 comments on commit 59ae008

Please sign in to comment.