summaryrefslogtreecommitdiff
path: root/src/waitress/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/channel.py')
-rw-r--r--src/waitress/channel.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/waitress/channel.py b/src/waitress/channel.py
index d756b96..65bc87f 100644
--- a/src/waitress/channel.py
+++ b/src/waitress/channel.py
@@ -53,9 +53,7 @@ class HTTPChannel(wasyncore.dispatcher):
# ASYNCHRONOUS METHODS (including __init__)
#
- def __init__(
- self, server, sock, addr, adj, map=None,
- ):
+ def __init__(self, server, sock, addr, adj, map=None):
self.server = server
self.adj = adj
self.outbufs = [OverflowableBuffer(adj.outbuf_overflow)]