[compat] Remove PY2 compat artefacts
- No need to specific types - Remove __future__ imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from __future__ import print_function
|
||||
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.db.models import Q
|
||||
from django.test import TestCase
|
||||
|
||||
Reference in New Issue
Block a user