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, }