mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-05 11:39:29 -05:00
reformat migration with black
This commit is contained in:
parent
e242f18f20
commit
64b4d5139b
@ -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