pep8: Add compliance with rule E261 to confirmation/settings.py.

This commit is contained in:
Aditya Bansal 2017-05-07 20:15:54 +05:30 committed by Tim Abbott
parent 7940fd9f9a
commit c7a0f26846
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ __revision__ = '$Id: settings.py 12 2008-11-23 19:38:52Z jarek.zgoda $'
STATUS_ACTIVE = 1
STATUS_FIELDS = {} # type: Dict[Any, Any]
STATUS_FIELDS = {} # type: Dict[Any, Any]