Enable flake8 H404 checking
This check indicates on comments in which multi line docstring should start without a leading new line. This change fixed all violators of said check. Change-Id: Ic7357b8c7420767dba611f6fcee07b7700f3aea8
This commit is contained in:
@@ -1218,8 +1218,7 @@ class Controller(wsgi.Controller):
|
||||
return image_uuid
|
||||
|
||||
def _image_from_req_data(self, data):
|
||||
"""
|
||||
Get image data from the request or raise appropriate
|
||||
"""Get image data from the request or raise appropriate
|
||||
exceptions
|
||||
|
||||
If no image is supplied - checks to see if there is
|
||||
|
||||
Reference in New Issue
Block a user