summaryrefslogtreecommitdiff
path: root/tests/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/util.py')
-rw-r--r--tests/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.py b/tests/util.py
index 79ce2c61..0639f8ae 100644
--- a/tests/util.py
+++ b/tests/util.py
@@ -61,7 +61,7 @@ if (
): # add other vars as needed
# The environment provides the required information
- class DummyK5Realm(object):
+ class DummyK5Realm:
def __init__(self):
for k in os.environ:
if not k.startswith("K5TEST_"):