Skip to content

Commit

Permalink
Update test_MISOReports.py
Browse files Browse the repository at this point in the history
Updated doc string.
  • Loading branch information
BrianWeiHaoMa authored Dec 26, 2024
1 parent 5511b2c commit e9de8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_MISOReports.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def try_to_get_dfs(
to try to get the df.
:param int number_of_dfs_to_stop_at: The number of
successfully downloaded dfs to stop at.
:return Generator[tuple[pd.DataFrame, datetime.datetime], None, None]:
:return Generator[tuple[pd.DataFrame, datetime.datetime | None], None, None]:
A generator that yields a tuple of the df and the respective
target datetime.
"""
Expand Down

0 comments on commit e9de8a2

Please sign in to comment.