diff options
author | Alban Gruin | 2017-10-18 13:37:36 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-22 13:16:02 +0200 |
commit | 00bd85d3d19ad829566835d20cb04fecf324a6c1 (patch) | |
tree | 4218d299e0f27d8448f597332cc030841da1bd67 /tests.py | |
parent | 3830f9c786f1a790d67958b0a6d38bea75679159 (diff) |
Suppression des imports inutiles
Diffstat (limited to 'tests.py')
-rw-r--r-- | tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,8 +14,6 @@ # along with celcatsanitizer. If not, see <http://www.gnu.org/licenses/>. from django.test import TestCase -from django.utils import timezone - from .models import Course, Group, Timetable, Year from .utils import tz_now |