Skip to content

Commit cd71021

Browse files
Fix formatting in __manifest__.py by removing an unnecessary comma in the dependencies list
1 parent 335f68e commit cd71021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'portal',
1111
'board',
1212
'product',
13-
'contacts',
13+
'contacts'
1414
],
1515
'summary': 'Centralized records storage, search, permissions, and audit trails.',
1616
'description': """

0 commit comments

Comments
 (0)