summaryrefslogtreecommitdiff
path: root/src/waitress/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/server.py')
-rw-r--r--src/waitress/server.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/waitress/server.py b/src/waitress/server.py
index 7ab33d7..06bb957 100644
--- a/src/waitress/server.py
+++ b/src/waitress/server.py
@@ -20,13 +20,10 @@ import time
from waitress import trigger
from waitress.adjustments import Adjustments
from waitress.channel import HTTPChannel
+from waitress.compat import IPPROTO_IPV6, IPV6_V6ONLY
from waitress.task import ThreadedTaskDispatcher
from waitress.utilities import cleanup_unix_socket
-from waitress.compat import (
- IPPROTO_IPV6,
- IPV6_V6ONLY,
-)
from . import wasyncore
from .proxy_headers import proxy_headers_middleware