Cleanup imports and formatting in azure testing code

This commit is contained in:
tomdds
2019-10-30 13:55:14 -04:00
parent 3e7a720ffb
commit d0746a3bf6
2 changed files with 1 additions and 4 deletions

View File

@@ -55,4 +55,3 @@ class MockAzureSDK(object):
@pytest.fixture(scope="function")
def mock_azure():
return AzureCloudProvider(AZURE_CONFIG, azure_sdk_provider=MockAzureSDK())