mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
reformat migration with black
This commit is contained in:
parent
1ce19f5444
commit
834ad1ef84
@ -6,9 +6,8 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('paperless_mail', '0009_alter_mailrule_action_alter_mailrule_folder'),
|
||||
('paperless_mail', '0012_alter_mailrule_assign_tags'),
|
||||
("paperless_mail", "0009_alter_mailrule_action_alter_mailrule_folder"),
|
||||
("paperless_mail", "0012_alter_mailrule_assign_tags"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
operations = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user