Explorar el Código

Removed obsolete dependency

Jeremy Stretch hace 9 años
padre
commit
d0c92b4f8a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      netbox/utilities/views.py

+ 0 - 1
netbox/utilities/views.py

@@ -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