remove unused import

This commit is contained in:
Andreas Zweili 2021-12-23 19:02:58 +01:00
parent c49fa57994
commit 3e14c00220
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from django.urls import reverse
from django.views.generic import CreateView
from django.views.generic import DeleteView
from django_tables2 import RequestConfig
from guardian.decorators import permission_required
from core import utils
from .forms import CustomerForm