Browse Source

Removed obsolete dependency

Jeremy Stretch 9 năm trước cách đây
mục cha
commit
d0c92b4f8a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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