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

Removed obsolete dependency

This commit is contained in:
Jeremy Stretch
2016-09-19 10:32:38 -04:00
parent 513408f16a
commit d0c92b4f8a

View File

@@ -10,7 +10,6 @@ from django.forms import ModelMultipleChoiceField, MultipleHiddenInput, TypedCho
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import get_object_or_404, redirect, render
from django.template import TemplateSyntaxError
from django.utils.decorators import method_decorator
from django.utils.http import is_safe_url
from django.views.generic import View