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

Commit

Permalink
linting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Athe-kunal committed Feb 3, 2024
1 parent d0a0e70 commit d3d8fcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions llama_hub/sec_filings/main.py

This file was deleted.

5 changes: 4 additions & 1 deletion llama_hub/sec_filings/secData.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@


def sec_main(
ticker: str, year: str, filing_types: List[str] = ["10-K", "10-Q"], include_amends=True
ticker: str,
year: str,
filing_types: List[str] = ["10-K", "10-Q"],
include_amends=True,
):
cik = get_cik_by_ticker(ticker)
rgld_cik = int(cik.strip("0"))
Expand Down

0 comments on commit d3d8fcc

Please sign in to comment.