mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 15:17:57 +00:00
79da9e9f4f
(`ruff check --fix`)
13 lines
375 B
Python
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 = []
|