Skip to content

Commit 2e2fa20

Browse files
committed
Fix regression in models.py caused by bad merge
1 parent a5bfcd3 commit 2e2fa20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database_files/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def content_hash(self):
7272
self._content_hash = utils.get_text_hash(self.content)
7373
return self._content_hash
7474

75-
@classmethod
7675
def dump(self, check_hash=False):
7776
"""
7877
Writes the file content to the filesystem.

0 commit comments

Comments
 (0)