summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_testing.py')
-rw-r--r--tests/test_testing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_testing.py b/tests/test_testing.py
index 558c846e..3a563efe 100644
--- a/tests/test_testing.py
+++ b/tests/test_testing.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
@@ -209,7 +208,7 @@ class CheckUniqueFilenamesTest(CoverageTest):
run_in_temp_dir = False
- class Stub(object):
+ class Stub:
"""A stand-in for the class we're checking."""
def __init__(self, x):
self.x = x