Fix PEP8: E261 at least two spaces before inline comment

This commit is contained in:
stv
2014-11-08 20:41:18 -08:00
parent 180adfed52
commit cb894cf35e
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
Specific overrides to the base prod settings to make development easier.
"""
from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
# Don't use S3 in devstack, fall back to filesystem
del DEFAULT_FILE_STORAGE