mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 19:58:32 +02:00
Fix PEP8 errors detected by new pycodestyle script
This commit is contained in:
@@ -4,11 +4,11 @@ Default settings for django-helpdesk.
|
||||
"""
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
|
||||
try:
|
||||
DEFAULT_USER_SETTINGS = settings.HELPDESK_DEFAULT_SETTINGS
|
||||
except:
|
||||
except ImproperlyConfigured:
|
||||
DEFAULT_USER_SETTINGS = None
|
||||
|
||||
if not isinstance(DEFAULT_USER_SETTINGS, dict):
|
||||
|
Reference in New Issue
Block a user