mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #19359 from rallytime/pylint_fix
Pylint fix for develop
This commit is contained in:
commit
927290ff44
@ -54,10 +54,8 @@ try:
|
||||
import django.contrib.auth
|
||||
HAS_DJANGO = True
|
||||
except Exception as exc:
|
||||
'''
|
||||
If Django is installed and is not detected, uncommend
|
||||
the following line to display additional information
|
||||
'''
|
||||
# If Django is installed and is not detected, uncomment
|
||||
# the following line to display additional information
|
||||
#log.warning('Could not load Django auth module. Found exception: {0}'.format(exc))
|
||||
HAS_DJANGO = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user