s/pylint: disable=W0104/pylint: disable=pointless-statement/
This commit is contained in:
@@ -5,7 +5,7 @@ Module with code executed during Studio startup
|
||||
from django.conf import settings
|
||||
|
||||
# Force settings to run so that the python path is modified
|
||||
settings.INSTALLED_APPS # pylint: disable=W0104
|
||||
settings.INSTALLED_APPS # pylint: disable=pointless-statement
|
||||
|
||||
from django_startup import autostartup
|
||||
from monkey_patch import django_utils_translation
|
||||
|
||||
Reference in New Issue
Block a user