7

clean out some python2-isms

This commit is contained in:
Paul J Stevens
2019-03-15 11:50:34 +01:00
parent 4ae8a5e60b
commit 585cb0b16a
6 changed files with 2 additions and 15 deletions

View File

@ -1,5 +1,3 @@
from __future__ import absolute_import, unicode_literals
from django.conf import settings
from django.db.models import F
from django.utils.module_loading import import_string