mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-04 00:34:42 +00:00
Removed an unused import.
This commit is contained in:
parent
d3d0881de0
commit
b7483fa538
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ import django
|
|||
from django.db import models
|
||||
from django.db.models.query_utils import DeferredAttribute
|
||||
from django.db.models import Manager
|
||||
from django.dispatch import receiver
|
||||
from django.utils.encoding import python_2_unicode_compatible
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue