Remove __future__ imports

This commit is contained in:
Martin Pépin 2018-01-06 12:32:42 +01:00
parent 475f1adec5
commit 57411ab46f
12 changed files with 0 additions and 37 deletions

View file

@ -2,8 +2,6 @@
Gestion en ligne de commande des mails de rappel.
"""
from __future__ import unicode_literals
from datetime import timedelta
from django.core.management.base import BaseCommand
from django.utils import timezone