From e201088f696e4ed38d9be736da20e3cc211042bf Mon Sep 17 00:00:00 2001 From: Telmo Santos Date: Thu, 7 Jan 2021 11:16:57 +0100 Subject: [PATCH] fixup! Fix pre-commit warnings --- module_analysis/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_analysis/__manifest__.py b/module_analysis/__manifest__.py index 364883054..515d9d4c8 100644 --- a/module_analysis/__manifest__.py +++ b/module_analysis/__manifest__.py @@ -11,7 +11,7 @@ "website": "https://github.com/OCA/server-tools/", "version": "13.0.1.0.0", "license": "AGPL-3", - "depends": ["base",], + "depends": ["base"], "data": [ "security/ir.model.access.csv", "views/menu.xml", @@ -24,7 +24,7 @@ "data/ir_module_type.xml", "data/ir_module_type_rule.xml", ], - "external_dependencies": {"python": ["pygount"],}, + "external_dependencies": {"python": ["pygount"]}, "post_init_hook": "analyse_installed_modules", "installable": True, }