summaryrefslogtreecommitdiff
path: root/src/waitress/adjustments.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/adjustments.py')
-rw-r--r--src/waitress/adjustments.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/waitress/adjustments.py b/src/waitress/adjustments.py
index 6851a7c..f121b6e 100644
--- a/src/waitress/adjustments.py
+++ b/src/waitress/adjustments.py
@@ -17,12 +17,8 @@ import getopt
import socket
import warnings
+from .compat import HAS_IPV6, WIN, string_types
from .proxy_headers import PROXY_HEADERS
-from .compat import (
- WIN,
- string_types,
- HAS_IPV6,
-)
truthy = frozenset(("t", "true", "y", "yes", "on", "1"))