Files
zulip/zerver/migrations/0254_merge_0209_0253.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
339 B
Python

# Generated by Django 1.11.26 on 2019-11-21 01:47
from typing import Any, List
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("zerver", "0253_userprofile_wildcard_mentions_notify"),
("zerver", "0209_user_profile_no_empty_password"),
]
operations: List[Any] = []