Docstrings should not start with a space
As per OpenStack Docstrings guide lines [1]: [H401] Docstrings should not start with a space. [1] http://docs.openstack.org/developer/hacking/#docstrings Change-Id: I86bae8ae117aee31917870ae6914b139a3b40a0f
This commit is contained in:
parent
c442deaaba
commit
0d494be2f9
@ -27,7 +27,7 @@ from refstack.api import config as api_config
|
||||
|
||||
|
||||
def get_pecan_config():
|
||||
""" Get path to pecan configuration file """
|
||||
"""Get path to pecan configuration file"""
|
||||
filename = api_config.__file__.replace('.pyc', '.py')
|
||||
return filename
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user