Files
zulip/zerver/migrations/0286_merge_0260_0285.py
Anders Kaseorg 6e4c3e41dc python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00

16 lines
347 B
Python

# Generated by Django 2.2.13 on 2020-06-17 06:26
from typing import Any, List
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("zerver", "0261_pregistrationuser_clear_invited_as_admin"),
("zerver", "0285_remove_realm_google_hangouts_domain"),
]
operations: List[Any] = []