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
The following commit(s) were added to refs/heads/trunk by this push: new f91199368 Fix lint. f91199368 is described below commit f91199368b353b94f051af5207033d1ca68cc595 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Tue Aug 1 23:37:05 2023 +0200 Fix lint. --- libcloud/security.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libcloud/security.py b/libcloud/security.py index fc5509d4f..cf812f388 100644 --- a/libcloud/security.py +++ b/libcloud/security.py @@ -24,7 +24,6 @@ Usage: """ import os -import ssl __all__ = ["VERIFY_SSL_CERT", "CA_CERTS_PATH"]