silence the warnings like
./controllers/mgr_modules.py:38:5: E301 expected 1 blank line, found 0'
./controllers/user.py:69:5: E301 expected 1 blank line, found 0
Signed-off-by: Kefu Chai <kchai@redhat.com>
@ControllerDoc("Get details of MGR Module", "MgrModule")
class MgrModules(RESTController):
ignore_modules = ['selftest']
+
@EndpointDoc("List Mgr modules",
responses={200: MGR_MODULE_SCHEMA})
def list(self):
raise DashboardException(msg='Role does not exist',
code='role_does_not_exist',
component='user')
+
@EndpointDoc("Get List Of Users",
responses={200: USER_SCHEMA})
def list(self):