mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-11 08:54:12 +02:00
Fix linting errors after removing ignored settings
This commit is contained in:
@ -12,7 +12,7 @@ def main():
|
||||
# issue is really that Django is missing to avoid masking other
|
||||
# exceptions on Python 2.
|
||||
try:
|
||||
import django
|
||||
import django # noqa
|
||||
except ImportError:
|
||||
raise ImportError(
|
||||
"Couldn't import Django. Are you sure it's installed and "
|
||||
|
Reference in New Issue
Block a user