Remove unused log

This commit is contained in:
Mark Veidemanis 2023-02-10 07:20:36 +00:00
parent f81d632df3
commit 8750e999b3
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@ from django.views.generic.edit import CreateView, DeleteView, UpdateView
from django.views.generic.list import ListView from django.views.generic.list import ListView
from rest_framework.parsers import FormParser from rest_framework.parsers import FormParser
from core.util import logs
log = logs.get_logger(__name__)
class AbortSave(Exception): class AbortSave(Exception):
pass pass