You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/01/13 03:30:32 UTC

[05/10] libcloud git commit: linting updates

linting updates


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/57e8b62c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/57e8b62c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/57e8b62c

Branch: refs/heads/trunk
Commit: 57e8b62c55774fffcb0d5f8d438a0416b7d6e12f
Parents: 42c58a4
Author: Anthony Shaw <an...@apache.org>
Authored: Fri Jan 13 13:22:27 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Fri Jan 13 13:22:27 2017 +1100

----------------------------------------------------------------------
 libcloud/httplib_ssl.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/57e8b62c/libcloud/httplib_ssl.py
----------------------------------------------------------------------
diff --git a/libcloud/httplib_ssl.py b/libcloud/httplib_ssl.py
index 302fe25..30579be 100644
--- a/libcloud/httplib_ssl.py
+++ b/libcloud/httplib_ssl.py
@@ -19,7 +19,6 @@ verification, depending on libcloud.security settings.
 """
 
 import os
-import socket
 import warnings
 import requests