mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove now unused fill_list
This commit is contained in:
parent
07bb9aa723
commit
6318e920d5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user