Fixed lint error

This commit is contained in:
justinta89 2015-09-03 13:40:43 -06:00
parent 06bea434e1
commit 1aadbdfc6b

View File

@ -32,6 +32,7 @@ except ImportError:
if HAS_AZURE and not hasattr(azure, '__version__'): if HAS_AZURE and not hasattr(azure, '__version__'):
import azure.common import azure.common
def __random_name(size=6): def __random_name(size=6):
''' '''
Generates a random cloud instance name Generates a random cloud instance name