Simplify.

This commit is contained in:
Itamar Turner-Trauring 2022-11-28 10:03:42 -05:00
parent 2ab8e3e8d2
commit 38d7430c57
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ class StorageClient(object):
write_enabler_secret=None,
headers=None,
message_to_serialize=None,
timeout: Union[int, float] = 60,
timeout: float = 60,
**kwargs,
):
"""