mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-05-25 23:53:48 +00:00
Remove unused import.
This commit is contained in:
parent
40d0bf27a6
commit
81bedca997
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from __future__ import absolute_import
|
|||
import collections
|
||||
import os
|
||||
|
||||
from django.db import models, transaction
|
||||
from django.db import models
|
||||
from django.db.models.fields import NOT_PROVIDED
|
||||
from django.conf import settings
|
||||
from django.contrib.contenttypes.fields import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue