summaryrefslogtreecommitdiff
path: root/dedup/hashing.py
diff options
context:
space:
mode:
Diffstat (limited to 'dedup/hashing.py')
-rw-r--r--dedup/hashing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dedup/hashing.py b/dedup/hashing.py
index 21f14ea..27f303c 100644
--- a/dedup/hashing.py
+++ b/dedup/hashing.py
@@ -161,7 +161,6 @@ def hash_file(hashobj, filelike, blocksize=65536):
while data:
hashobj.update(data)
data = filelike.read(blocksize)
- return hashobj
class HashedStream:
"""A file-like object, that supports sequential reading and hashes the