summaryrefslogtreecommitdiff
path: root/smmap/buf.py
diff options
context:
space:
mode:
Diffstat (limited to 'smmap/buf.py')
-rw-r--r--smmap/buf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smmap/buf.py b/smmap/buf.py
index af8496e..795e0fd 100644
--- a/smmap/buf.py
+++ b/smmap/buf.py
@@ -4,7 +4,7 @@ import sys
__all__ = ["SlidingWindowMapBuffer"]
-class SlidingWindowMapBuffer(object):
+class SlidingWindowMapBuffer:
"""A buffer like object which allows direct byte-wise object and slicing into
memory of a mapped file. The mapping is controlled by the provided cursor.