Fix pep8 violation.

This commit is contained in:
Feanil Patel
2018-01-31 14:48:30 -05:00
parent 41879e0087
commit 0d8c30e58d

View File

@@ -19,8 +19,7 @@ from openedx.core.lib.logsettings import get_logger_config
STATIC_GRAB = True
LOGGING = get_logger_config(ENV_ROOT / "log",
logging_env="dev",
)
logging_env="dev")
DATABASES = {
'default': {