Skip to content

Commit

Permalink
improve timeout types
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 9, 2024
1 parent 614900a commit 2703b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transmission_rpc/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

DEFAULT_TIMEOUT = 30.0

# urllib3 may remove support for int/float in the future
_Timeout = Union[Timeout, int, float]


Expand Down

0 comments on commit 2703b55

Please sign in to comment.