Remove unneeded __futures__ imports
No longer needed with Python 2 support dropped.
This commit is contained in:
parent
0eef4bee6f
commit
41622d4527
9 changed files with 0 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue