summaryrefslogtreecommitdiff
path: root/src/urllib3/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/urllib3/response.py')
-rw-r--r--src/urllib3/response.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urllib3/response.py b/src/urllib3/response.py
index d21ad4fd..69e1bd66 100644
--- a/src/urllib3/response.py
+++ b/src/urllib3/response.py
@@ -106,7 +106,6 @@ class DeflateDecoder(ContentDecoder):
class GzipDecoderState:
-
FIRST_MEMBER = 0
OTHER_MEMBERS = 1
SWALLOW_DATA = 2