fixup! Fix pre-commit warnings

pull/2358/head
Telmo Santos 2021-01-07 11:16:57 +01:00 committed by Juliette Blanc
parent 323f7bee50
commit e201088f69
1 changed files with 2 additions and 2 deletions

View File

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