[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
-1
View File
@@ -29,7 +29,6 @@ can be included in a single Django migration. For example:
.. code-block:: python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models