Remove unneeded __futures__ imports

No longer needed with Python 2 support dropped.
This commit is contained in:
Greg Taylor 2019-09-14 12:02:23 -07:00
parent 0eef4bee6f
commit 41622d4527
9 changed files with 0 additions and 14 deletions

View file

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2019-01-28 18:20
from __future__ import unicode_literals
from django.db import migrations, models
import evennia.utils.picklefield

View file

@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.16 on 2019-01-30 20:56
from __future__ import unicode_literals
from copy import deepcopy
from base64 import b64encode, b64decode