azure: Remove unused variables
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ce5d3be4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ce5d3be4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ce5d3be4 Branch: refs/heads/trunk Commit: ce5d3be4d91ec97476d61025e603b589ad287783 Parents: ab37e79 Author: Quentin Pradet <[email protected]> Authored: Thu Oct 5 08:49:40 2017 +0400 Committer: Quentin Pradet <[email protected]> Committed: Thu Oct 5 08:49:40 2017 +0400 ---------------------------------------------------------------------- libcloud/common/azure.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ce5d3be4/libcloud/common/azure.py ---------------------------------------------------------------------- diff --git a/libcloud/common/azure.py b/libcloud/common/azure.py index 3db4df2..4884f32 100644 --- a/libcloud/common/azure.py +++ b/libcloud/common/azure.py @@ -108,8 +108,6 @@ class AzureConnection(ConnectionUserAndKey): responseCls = AzureResponse rawResponseCls = AzureRawResponse - skip_host = False - skip_accept_encoding = False def add_default_params(self, params): return params
