summaryrefslogtreecommitdiff
path: root/smmap/test/lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'smmap/test/lib.py')
-rw-r--r--smmap/test/lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smmap/test/lib.py b/smmap/test/lib.py
index f86c0c6..ca91ee9 100644
--- a/smmap/test/lib.py
+++ b/smmap/test/lib.py
@@ -8,7 +8,7 @@ __all__ = ['TestBase', 'FileCreator']
#{ Utilities
-class FileCreator(object):
+class FileCreator:
"""A instance which creates a temporary file with a prefix and a given size
and provides this info to the user.