Lint: E303 too many blank lines (3)
This commit is contained in:
parent
7475252c8e
commit
27663cbf87
|
@ -461,7 +461,6 @@ class API_Status(Resource):
|
||||||
return api_helper.cluster_maintenance(reqargs.get('state', 'false'))
|
return api_helper.cluster_maintenance(reqargs.get('state', 'false'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
api.add_resource(API_Status, '/status')
|
api.add_resource(API_Status, '/status')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue