Browse Source

Удалил лишние импорты

devel
Dmitry 9 years ago
parent
commit
495c165929
  1. 3
      abonapp/models.py

3
abonapp/models.py

@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
from django.core.exceptions import MultipleObjectsReturned
from django.http import Http404
from django.shortcuts import get_object_or_404
from django.utils import timezone
from django.utils.datetime_safe import datetime
from django.db import models

Loading…
Cancel
Save