diff options
author | Alban Gruin | 2017-10-18 13:37:36 +0200 |
---|---|---|
committer | Alban Gruin | 2017-10-18 13:37:36 +0200 |
commit | fbf65db250dbc86b04cfcf6175e4b167e1be23f0 (patch) | |
tree | aa99c82f68e0ea4983f1823b7b8d13af1ba8cbf6 /tests.py | |
parent | 640496deb262349101567de12d2476cbfe5065b3 (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 |