zerver/migrations: Remove from __future__ import *.

This commit is contained in:
rht
2017-09-28 06:48:34 +02:00
committed by Tim Abbott
parent 426548097e
commit 4975122338
81 changed files with 0 additions and 81 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations
from zerver.lib.migrate import create_index_if_not_exist # nolint