summaryrefslogtreecommitdiff
path: root/src/waitress/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/parser.py')
-rw-r--r--src/waitress/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waitress/parser.py b/src/waitress/parser.py
index 765fe59..c2789eb 100644
--- a/src/waitress/parser.py
+++ b/src/waitress/parser.py
@@ -40,7 +40,7 @@ class TransferEncodingNotImplemented(Exception):
pass
-class HTTPRequestParser(object):
+class HTTPRequestParser:
"""A structure that collects the HTTP request.
Once the stream is completed, the instance is passed to