Skip to content

Commit

Permalink
Fix type signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Oct 10, 2016
1 parent a3dd713 commit 8b9e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chalice/deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _add_error_responses(self, http_method, node, route_entry, client):
client.put_integration_response(**integration_response_args)

def _add_options_preflight_request(self, node, http_methods):
# type: (Dict[str, Any]) -> None
# type: (Dict[str, Any], List[str]) -> None
# If CORs is configured we also need to set up
# an OPTIONS method for them for preflight requests.
# TODO: We should probably warn/error if they've also configured
Expand Down

0 comments on commit 8b9e862

Please sign in to comment.