1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Cleaned up imports

This commit is contained in:
Jeremy Stretch
2018-07-16 17:09:21 -04:00
parent 8bc8cf5e2d
commit 9e2ac7b3f4
3 changed files with 7 additions and 10 deletions

View File

@@ -8,12 +8,12 @@ from django.contrib.auth.models import User
from django.contrib.contenttypes.fields import GenericForeignKey
from django.contrib.contenttypes.models import ContentType
from django.contrib.postgres.fields import JSONField
from django.urls import reverse
from django.core.validators import ValidationError
from django.db import models
from django.db.models import Q
from django.http import HttpResponse
from django.template import Template, Context
from django.urls import reverse
from django.utils.encoding import python_2_unicode_compatible
from django.utils.safestring import mark_safe