Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
linting checks base file
Browse files Browse the repository at this point in the history
  • Loading branch information
Athe-kunal committed Feb 2, 2024
1 parent 81423d3 commit 78734da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llama_hub/sec_filings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ def load_data(self) -> List[Document]:
)
return docs

#Test case file test.py

# Test case file test.py

# from base import SECFilingsLoader

# if __name__ == '__main__':
# docs = SECFilingsLoader(ticker="AAPL",year=2023,filing_type=["10-K"])
# d = docs.load_data()
# print(d)
# print(d)

0 comments on commit 78734da

Please sign in to comment.