From e9de8a2643fc1126baff7219412dff0c5c8f8561 Mon Sep 17 00:00:00 2001 From: BrianWeiHaoMa <118865698+BrianWeiHaoMa@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:58:00 -0500 Subject: [PATCH] Update test_MISOReports.py Updated doc string. --- tests/test_MISOReports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_MISOReports.py b/tests/test_MISOReports.py index eec7d3f..134d118 100644 --- a/tests/test_MISOReports.py +++ b/tests/test_MISOReports.py @@ -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. """