healthchecks_healthchecks/hc/api/migrations/0036_auto_20180116_2243.py
Pēteris Caune 79da9e9f4f
Fix auto-fixable ruff warnings
(`ruff check --fix`)
2024-11-07 15:15:58 +02:00

13 lines
375 B
Python

# Generated by Django 1.11.6 on 2018-01-16 22:43
from __future__ import annotations
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [("api", "0035_auto_20171229_2008")]
# This migration used to remove an index that was
# added in migration 0015. That migration is now no-op,
# so this one is too.
operations = []