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 2021/12/08 13:01:01 UTC

[libcloud] 05/06: Fix lint.

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 d5174407f3473e930358ac360989c7238b14833b
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Dec 8 13:55:09 2021 +0100

    Fix lint.
---
 libcloud/common/aws.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libcloud/common/aws.py b/libcloud/common/aws.py
index 09c0178..c470cde 100644
--- a/libcloud/common/aws.py
+++ b/libcloud/common/aws.py
@@ -36,7 +36,6 @@ from libcloud.common.base import ConnectionUserAndKey, XmlResponse, BaseDriver
 from libcloud.common.base import JsonResponse
 from libcloud.common.types import InvalidCredsError, MalformedResponseError
 from libcloud.utils.py3 import b, httplib, urlquote
-from libcloud.utils.xml import findtext, findall
 from libcloud.utils.xml import findall_ignore_namespace
 from libcloud.utils.xml import findtext_ignore_namespace