Features: (none);
Fixes: 1) Remove unnecessary blank line in migration file; Extra: (none);
This commit is contained in:
parent
a700a1c7e6
commit
2212a7ccb6
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("core", "0045_alter_product_name_alter_product_name_ar_ar_and_more"),
|
("core", "0045_alter_product_name_alter_product_name_ar_ar_and_more"),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue