Fix linters

This commit is contained in:
Yohann D'ANELLO 2020-07-30 15:53:23 +02:00
parent 9d8c588b78
commit e9cbc8e623
10 changed files with 8 additions and 14 deletions

View file

@ -4,9 +4,8 @@
import hashlib
from django.conf import settings
from django.contrib.auth.hashers import PBKDF2PasswordHasher, BasePasswordHasher
from django.contrib.auth.hashers import PBKDF2PasswordHasher
from django.utils.crypto import constant_time_compare
from note_kfet.middlewares import get_current_authenticated_user, get_current_session