summaryrefslogtreecommitdiff
path: root/tests/test_static.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_static.py')
-rw-r--r--tests/test_static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_static.py b/tests/test_static.py
index 7b6e74a64..3fc6586e9 100644
--- a/tests/test_static.py
+++ b/tests/test_static.py
@@ -132,7 +132,7 @@ class Test_static_view_use_subpath_False(unittest.TestCase):
inst = self._makeOne('tests:fixtures/static')
request = self._makeRequest({'PATH_INFO': '/index.html'})
- class _Wrapper(object):
+ class _Wrapper:
def __init__(self, file, block_size=None):
self.file = file
self.block_size = block_size