mypy: Add imports needed for new migration.

This commit is contained in:
Tim Abbott
2017-09-25 06:45:52 -07:00
parent 3776e73db4
commit 632180274a

View File

@@ -3,6 +3,8 @@
from __future__ import unicode_literals
from django.db import migrations
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor
from django.db.migrations.state import StateApps
def fix_realm_string_ids(apps, schema_editor):
# type: (StateApps, DatabaseSchemaEditor) -> None