code formatting

This commit is contained in:
2020-01-30 16:50:32 -05:00
parent 7e4340e7e4
commit 29b69a7d5d
2 changed files with 25 additions and 27 deletions

View File

@@ -321,7 +321,6 @@ class MockCloudProvider(CloudProviderInterface):
self._maybe_raise(self.UNAUTHORIZED_RATE, self.AUTHORIZATION_EXCEPTION)
return TenantAdminOwnershipCSPResult(**dict(id="admin_owner_assignment_id"))
def create_tenant_principal_ownership(
self, payload: TenantPrincipalOwnershipCSPPayload
):