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/04/06 02:07:28 UTC

[2/3] libcloud git commit: remove unused imports

remove unused imports


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

Branch: refs/heads/trunk
Commit: 2ed37b31588a769f6fa15bc8b9b3c694522a0e9a
Parents: af5b3b8
Author: Anthony Shaw <an...@apache.org>
Authored: Thu Apr 6 12:01:03 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Thu Apr 6 12:01:03 2017 +1000

----------------------------------------------------------------------
 libcloud/common/linode.py | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/2ed37b31/libcloud/common/linode.py
----------------------------------------------------------------------
diff --git a/libcloud/common/linode.py b/libcloud/common/linode.py
index 8abafb6..7c120e3 100644
--- a/libcloud/common/linode.py
+++ b/libcloud/common/linode.py
@@ -16,9 +16,6 @@
 from libcloud.common.base import ConnectionKey, JsonResponse
 from libcloud.common.types import InvalidCredsError
 
-from libcloud.utils.py3 import PY3
-from libcloud.utils.py3 import b
-
 __all__ = [
     'API_HOST',
     'API_ROOT',