Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Nov 19, 2023
1 parent dc8cbb3 commit 21abaed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion observer/ioc/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_ioc_metadata(*, credential: Credential | None = None) -> pd.DataFrame:
def write_ioc_df(
*,
df: pd.DataFrame,
ioc_code: str | None = None,
ioc_code: str,
compression_level: int = 0,
credential: Credential | None = None,
**kwargs: dict[str, T.Any],
Expand Down
2 changes: 0 additions & 2 deletions observer/ioc/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,3 @@ def scrape_ioc_station(
df = pd.DataFrame(columns=["time", "year"])
logger.info("%s: Finished scraping: %s - %s", ioc_code, start_date, end_date)
return df

return df

0 comments on commit 21abaed

Please sign in to comment.