Fix bad import

This commit is contained in:
PCoder 2021-08-30 18:38:58 +05:30
parent d26f2b0f69
commit 47d5c63e3b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import hashlib
import random
import ldap3
import logging
import unidecode
import unicodedata
from django.conf import settings