Parcourir la source

Removed obsolete dependency

Jeremy Stretch il y a 8 ans
Parent
commit
d0c92b4f8a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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.http import HttpResponse, HttpResponseRedirect
 from django.shortcuts import get_object_or_404, redirect, render
 from django.shortcuts import get_object_or_404, redirect, render
 from django.template import TemplateSyntaxError
 from django.template import TemplateSyntaxError
-from django.utils.decorators import method_decorator
 from django.utils.http import is_safe_url
 from django.utils.http import is_safe_url
 from django.views.generic import View
 from django.views.generic import View