diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-30 12:11:05 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-30 12:11:05 -0700 |
| commit | 778ce245dd466bce1b19f89e52cf9ed8f1b46513 (patch) | |
| tree | 2de2ad5574c99a5918eb35d9bbb6d7c4fdd86ed7 /django/utils/log.py | |
| parent | 92dbf342868e68dfe60569c60dd5aa5925194221 (diff) | |
Corrected many style guide violations that the newest version of flake8 catches
Diffstat (limited to 'django/utils/log.py')
| -rw-r--r-- | django/utils/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/log.py b/django/utils/log.py index 83ba15f52a..558ffb8746 100644 --- a/django/utils/log.py +++ b/django/utils/log.py @@ -74,7 +74,7 @@ def configure_logging(logging_config, logging_settings): warnings.simplefilter("default", RemovedInNextVersionWarning) if logging_config: - # First find the logging configuration function ... + # First find the logging configuration function ... logging_config_func = import_string(logging_config) logging_config_func(DEFAULT_LOGGING) |
