Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
GilGald committed Jun 19, 2017
1 parent 017f337 commit ce991cc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ def _enable_dns_hostnames(self, ec2_client, vpc_id):
:param vpc_id:
:return:
"""
self.vpc_service.modify_vpc_attribute(ec2_client=ec2_client,vpc_id=vpc_id,enable_dns_hostnames=True)



self.vpc_service.modify_vpc_attribute(ec2_client=ec2_client, vpc_id=vpc_id, enable_dns_hostnames=True)

def _get_or_create_key_pair(self, ec2_session, s3_session, bucket, reservation_id):
"""
Expand Down

0 comments on commit ce991cc

Please sign in to comment.