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,6 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-08-30 00:26
from __future__ import unicode_literals
import ujson
from django.db.backends.postgresql_psycopg2.schema import DatabaseSchemaEditor