From 6318e920d5871cb869ec020721349b6737cef546 Mon Sep 17 00:00:00 2001 From: Wolf-Bastian Poettner Date: Wed, 1 Apr 2020 19:37:21 +0000 Subject: [PATCH] Remove now unused fill_list --- src/documents/models.py | 7 ------- 1 file changed, 7 deletions(-) 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: