Skip to content

Commit

Permalink
Update type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Sep 17, 2024
1 parent dc8d313 commit df35fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etos_test_runner/lib/log_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def __retry_upload(
:param url: URL to retry upload request
:type url: str
:param file_contents: File contents to upload
:type file_contents: str
:type file_contents: bytes
:param timeout: How long, in seconds, to retry request.
:type timeout: int or None
:param as_json: Whether or not to return json instead of response.
Expand Down

0 comments on commit df35fc3

Please sign in to comment.