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/16 12:11:36 UTC

[libcloud] 01/03: Fix lint error

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 dc6d836bd51cd04a7be8dc3d4d0bf4ac0314e7f5
Author: Clemens Wolff <cl...@microsoft.com>
AuthorDate: Mon Jul 15 20:21:24 2019 -0400

    Fix lint error
---
 contrib/generate_provider_feature_matrix_table.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/generate_provider_feature_matrix_table.py b/contrib/generate_provider_feature_matrix_table.py
index 3d8b300..ee357d8 100755
--- a/contrib/generate_provider_feature_matrix_table.py
+++ b/contrib/generate_provider_feature_matrix_table.py
@@ -308,7 +308,6 @@ def generate_providers_table(api):
         for method_name in base_api_methods:
             base_method = base_methods[method_name]
 
-
             if method_name == 'deploy_node':
                 features = getattr(cls, 'features', {}).get('create_node', [])
                 is_implemented = len(features) >= 1