Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthycoin committed Aug 11, 2017
1 parent 1cc638f commit 67435b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalice/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def authorize(self, lambda_event, lambda_context):
warnings.warn((
'%s is not a supported in local mode. All requests made '
'against a route will be authorized to allow local testing.')
% authorizer.__class__.__name__
% authorizer.__class__.__name__
)
return lambda_event, lambda_context
auth_result = authorizer(auth_event, lambda_context)
Expand Down

0 comments on commit 67435b9

Please sign in to comment.