mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 to confirmation/settings.py.
This commit is contained in:
parent
7940fd9f9a
commit
c7a0f26846
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue