mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-19 02:56:28 +02:00
chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs
This commit is contained in:
@@ -8,13 +8,11 @@ lib.py - Common functions (eg multipart e-mail)
|
||||
|
||||
import logging
|
||||
import mimetypes
|
||||
import os
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.encoding import smart_text, smart_str
|
||||
from django.utils.safestring import mark_safe
|
||||
from django.utils.encoding import smart_text
|
||||
|
||||
from helpdesk.models import FollowUpAttachment, EmailTemplate
|
||||
from helpdesk.models import FollowUpAttachment
|
||||
|
||||
|
||||
logger = logging.getLogger('helpdesk')
|
||||
|
Reference in New Issue
Block a user