summaryrefslogtreecommitdiff
path: root/gitdb/fun.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitdb/fun.py')
-rw-r--r--gitdb/fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/fun.py b/gitdb/fun.py
index abb4277..a4454de 100644
--- a/gitdb/fun.py
+++ b/gitdb/fun.py
@@ -113,7 +113,7 @@ def delta_chunk_apply(dc, bbuf, write):
# END handle chunk mode
-class DeltaChunk(object):
+class DeltaChunk:
"""Represents a piece of a delta, it can either add new data, or copy existing
one from a source buffer"""