Lint: Add extra blank line

This commit is contained in:
Nicole Thomas 2018-10-29 11:17:12 -04:00 committed by GitHub
parent cebfd8ad03
commit 4fdcf7c4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ def __random_name(size=6):
for x in range(size)
)
# Create the cloud instance name to be used throughout the tests
INSTANCE_NAME = __random_name()
PROVIDER_NAME = 'ec2'