[compat] Remove PY2 compat artefacts

- No need to specific types
- Remove __future__ imports
This commit is contained in:
Bastien Vallet
2020-08-04 14:43:07 +02:00
parent 85469082d0
commit 68605ba2ba
13 changed files with 9 additions and 58 deletions
-2
View File
@@ -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