# Generated by Django 5.2.5 on 2025-08-27 01:54

from django.db import migrations


class Migration(migrations.Migration):
    # This is a no-op merge placeholder to satisfy the migration graph.
    # The original file was empty, causing BadMigrationError.

    dependencies = [
        ('utils', '0010_merge_20250827_0157'),
    ]

    operations = [
        # No operations. This migration only exists to resolve migration loader errors.
    ]
