Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 13E27200D18 for ; Wed, 11 Oct 2017 11:27:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11C201609E4; Wed, 11 Oct 2017 09:27:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7D3DC1609CA for ; Wed, 11 Oct 2017 11:27:31 +0200 (CEST) Received: (qmail 35216 invoked by uid 500); 11 Oct 2017 09:27:30 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 35207 invoked by uid 500); 11 Oct 2017 09:27:30 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 35204 invoked by uid 99); 11 Oct 2017 09:27:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2017 09:27:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A3E32F59F7; Wed, 11 Oct 2017 09:27:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: quentinp@apache.org To: commits@libcloud.apache.org Message-Id: <3be4f51ad80448c18d7c205189b511f5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: libcloud git commit: Fix lint Date: Wed, 11 Oct 2017 09:27:29 +0000 (UTC) archived-at: Wed, 11 Oct 2017 09:27:32 -0000 Repository: libcloud Updated Branches: refs/heads/trunk 7d442a1ab -> a1c0e60fc Fix lint Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a1c0e60f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a1c0e60f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a1c0e60f Branch: refs/heads/trunk Commit: a1c0e60fc628983acf923d5d3ab9e7a5d3afeb3d Parents: 7d442a1 Author: Quentin Pradet Authored: Wed Oct 11 13:26:50 2017 +0400 Committer: Quentin Pradet Committed: Wed Oct 11 13:26:50 2017 +0400 ---------------------------------------------------------------------- libcloud/test/compute/test_azure_arm.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a1c0e60f/libcloud/test/compute/test_azure_arm.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_azure_arm.py b/libcloud/test/compute/test_azure_arm.py index b4d4e8c..9e462d3 100644 --- a/libcloud/test/compute/test_azure_arm.py +++ b/libcloud/test/compute/test_azure_arm.py @@ -21,7 +21,6 @@ from datetime import datetime import mock from libcloud.common.exceptions import BaseHTTPError -from libcloud.common.types import LibcloudError from libcloud.compute.base import (NodeLocation, NodeSize, VolumeSnapshot, StorageVolume) from libcloud.compute.drivers.azure_arm import AzureImage, NodeAuthPassword