Skip to content

Commit

Permalink
removed :type deployment_credentials: dict
Browse files Browse the repository at this point in the history
  • Loading branch information
GilGald committed Jul 21, 2016
1 parent 6d657df commit cc30a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/deployment_drivers/aws_ec2_ami_instance/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _convert_to_bool(self, string):
def _get_deployment_info(self, image_model, name):
"""
:type image_model: vCenterVMFromImageResourceModel
:type deployment_credentials: dict
"""
return DeployDataHolder({'app_name': name,
'ami_params': image_model})
Expand Down

0 comments on commit cc30a19

Please sign in to comment.