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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/waitress/adjustments.py b/src/waitress/adjustments.py
index 93439ea..fb3233d 100644
--- a/src/waitress/adjustments.py
+++ b/src/waitress/adjustments.py
@@ -100,11 +100,11 @@ class _int_marker(int):
pass
-class _bool_marker(object):
+class _bool_marker:
pass
-class Adjustments(object):
+class Adjustments:
"""This class contains tunable parameters.
"""