- Add the UTF-8 marker to files without it. - Fix some hanging indents. - Change ''' into """ in docstrings. - Enforce two blank line rule.master
parent
73480f4df4
commit
2a45b9f4ba
@ -1,4 +1,4 @@ |
||||
# -*- coding: utf-8 -*- |
||||
'''The public module, including the homepage and user auth.''' |
||||
"""The public module, including the homepage and user auth.""" |
||||
|
||||
from . import views |
||||
|
@ -1,3 +1,3 @@ |
||||
'''The user module.''' |
||||
|
||||
# -*- coding: utf-8 -*- |
||||
"""The user module.""" |
||||
from . import views |
||||
|
Loading…
Reference in new issue