diff --git a/src/documents/models.py b/src/documents/models.py index 006c214fa..9e57b7e7f 100644 --- a/src/documents/models.py +++ b/src/documents/models.py @@ -309,13 +309,6 @@ class Document(models.Model): return mydictionary - @staticmethod - def fill_list(input_list, length, filler): - while len(input_list) < length: - input_list.append(slugify(filler)) - - return input_list - def generate_source_filename(self): # Create filename based on configured format if settings.PAPERLESS_FILENAME_FORMAT is not None: