Skip to content

Commit edfb56e

Browse files
committed
docs: update inline docs to correct type
Signed-off-by: Zack Koppert <[email protected]>
1 parent 68a01b4 commit edfb56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_in_draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def measure_time_in_draft(
1717
1818
args:
1919
issue (github3.issues.Issue): A GitHub issue which has been pre-qualified as a pull request.
20-
ready_for_review_at (datetime): The time the pull request was marked as ready for review.
20+
ready_for_review_at (datetime | None): The time the pull request was marked as ready for review.
2121
2222
returns:
2323
Union[datetime, None]: The time the pull request was in draft state.

0 commit comments

Comments
 (0)