linting
This commit is contained in:
parent
79e63e3bcf
commit
1c96a05314
3 changed files with 11 additions and 12 deletions
|
|
@ -639,7 +639,7 @@ class APIGatewayResponse(BaseResponse):
|
|||
'{{"message":"{0}","code":"{1}"}}'.format(
|
||||
error.message, error.error_type
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
def model_induvidual(self, request, full_url, headers):
|
||||
self.setup_class(request, full_url, headers)
|
||||
|
|
@ -662,4 +662,4 @@ class APIGatewayResponse(BaseResponse):
|
|||
'{{"message":"{0}","code":"{1}"}}'.format(
|
||||
error.message, error.error_type
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue