diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-11-06 01:26:26 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 16:56:26 -0500 |
| commit | fac7db19a1e8e15e5b302e2203ce35cd0485bc88 (patch) | |
| tree | 124ba781ceb714b9ae6913a24ab87993cdff1a7d /src | |
| parent | 40b3228495ad9848fae56928ad75a90cebeebc6e (diff) | |
| download | urllib3-fac7db19a1e8e15e5b302e2203ce35cd0485bc88.tar.gz | |
Remove extra comment in urllib3.util.timeout
Diffstat (limited to 'src')
| -rw-r--r-- | src/urllib3/util/timeout.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urllib3/util/timeout.py b/src/urllib3/util/timeout.py index bd364d78..ad46ff54 100644 --- a/src/urllib3/util/timeout.py +++ b/src/urllib3/util/timeout.py @@ -162,7 +162,6 @@ class Timeout: "than or equal to 0." % (name, value) ) except TypeError: - # Python 3 raise ValueError( "Timeout value %s was %s, but it must be an " "int, float or None." % (name, value) |
