remove unnecessary empty line

This commit is contained in:
captainkerk 2017-12-27 20:31:57 +00:00
parent f7d8e3beb1
commit fe1293ee5b

View File

@ -546,7 +546,6 @@ def test_describe_load_balancers():
list(response['LoadBalancers']).should.have.length_of(1)
response['LoadBalancers'][0]['LoadBalancerName'].should.equal('my-lb')
@mock_autoscaling
@mock_elb
def test_create_elb_and_autoscaling_group_no_relationship():