1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 12:32:49 +02:00

💚 Fix linters

This commit is contained in:
Yohann D'ANELLO
2020-08-06 12:50:24 +02:00
parent d9cf812074
commit 0de69cbfaf
14 changed files with 17 additions and 27 deletions

View File

@ -5,7 +5,6 @@ import functools
import json
import operator
from copy import copy
from time import sleep
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ValidationError

View File

@ -4,7 +4,6 @@
import django_tables2 as tables
from django.urls import reverse_lazy
from django.utils.html import format_html
from member.models import Membership
from note_kfet.middlewares import get_current_authenticated_user
from permission.backends import PermissionBackend