Features: (none);

Fixes: 1) Remove unnecessary blank line in migration file;

Extra: (none);
This commit is contained in:
Egor Pavlovich Gorbunov 2025-10-18 23:16:49 +03:00
parent a700a1c7e6
commit 2212a7ccb6

View file

@ -4,7 +4,6 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("core", "0045_alter_product_name_alter_product_name_ar_ar_and_more"),
]