Skip to content

Commit 2099dd2

Browse files
Apply suggested fix to tna_utilities/api.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 9814dd4 commit 2099dd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tna_utilities/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def post(
127127
:param json: Optional JSON serialisable Python object to send in the request body.
128128
:param params: Optional dictionary of query parameters to include in the request. These will be merged with any default parameters set for the client.
129129
:param headers: Optional dictionary of headers to include in the request. These will be merged with any default headers set for the client.
130+
:param timeout: Request timeout in seconds.
130131
"""
131132

132133
url = self._normalise_url(path)

0 commit comments

Comments
 (0)