From 52e365e49a5460aa837591be1e00b5dd66eb1600 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 8 May 2019 16:12:21 +0200 Subject: [PATCH] [IMP] Add pre-commit hook and reformat code thanks to black --- base_sparse_field_list_support/__manifest__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/base_sparse_field_list_support/__manifest__.py b/base_sparse_field_list_support/__manifest__.py index f90ba58a8..58ad9dc87 100644 --- a/base_sparse_field_list_support/__manifest__.py +++ b/base_sparse_field_list_support/__manifest__.py @@ -3,13 +3,11 @@ "name": "Base Sparse Field List Support", "summary": "add list support to convert_to_cache()", "version": "10.0.1.0.0", - 'category': 'Technical Settings', + "category": "Technical Settings", "website": "www.akretion.com", "author": "Akretion", "license": "AGPL-3", "application": False, "installable": True, - "depends": [ - "base", - ], + "depends": ["base"], }