Skip to content

Commit 7e84a01

Browse files
committed
#528 - Udate RetryValue due to the underlying change in urllib3.HTTPAdapter
1 parent b0bef26 commit 7e84a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thehive4py/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)
2121

2222

23-
RetryValue = Union[Retry, int, None]
23+
RetryValue = Union[Retry, int]
2424
VerifyValue = Union[bool, str]
2525

2626

0 commit comments

Comments
 (0)