You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2019/07/15 21:29:58 UTC

[libcloud] 04/19: removed NodeAuthSSHKey class import

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 6827f7fd3e160274c5b93268a53163368e737129
Author: Sydney Weber <Sy...@gridscale.io>
AuthorDate: Mon Jul 15 15:30:02 2019 +0200

    removed NodeAuthSSHKey class import
---
 libcloud/compute/drivers/gridscale.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/compute/drivers/gridscale.py b/libcloud/compute/drivers/gridscale.py
index 8c08d2e..5041344 100644
--- a/libcloud/compute/drivers/gridscale.py
+++ b/libcloud/compute/drivers/gridscale.py
@@ -18,7 +18,7 @@ import time
 from libcloud.common.gridscale import GridscaleBaseDriver
 from libcloud.common.gridscale import GridscaleConnection
 from libcloud.compute.base import NodeImage, NodeLocation, VolumeSnapshot, \
-    Node, StorageVolume, KeyPair, NodeState, StorageVolumeState, NodeAuthSSHKey
+    Node, StorageVolume, KeyPair, NodeState, StorageVolumeState
 from libcloud.compute.providers import Provider
 from libcloud.utils.iso8601 import parse_date