diff options
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 |