|
|
@@ -1,8 +1,6 @@
|
|
|
import logging
|
|
|
import os
|
|
|
|
|
|
-import tenacity
|
|
|
-
|
|
|
from cloudbridge.cloud.base import BaseCloudProvider
|
|
|
from cloudbridge.cloud.providers.azure.azure_client import AzureClient
|
|
|
from cloudbridge.cloud.providers.azure.services \
|
|
|
@@ -11,6 +9,8 @@ from cloudbridge.cloud.providers.azure.services \
|
|
|
|
|
|
from msrestazure.azure_exceptions import CloudError
|
|
|
|
|
|
+import tenacity
|
|
|
+
|
|
|
log = logging.getLogger(__name__)
|
|
|
|
|
|
|