remove unnecessary unicode_literal future imports, we py3 now

This commit is contained in:
2019-06-21 15:23:33 -05:00
parent 0f88715ffd
commit f2fb0a26a4
14 changed files with 0 additions and 31 deletions

View File

@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-11 15:00
from __future__ import unicode_literals
from django.db import migrations, models