Skip to content

Commit fde56c3

Browse files
committed
[FIX] coding_guidelines: Add comment to indicate ASCII-based ordering
Following the fix - 92c7099 Adding a comment to explicitly indicate that the import is ordered alphabetically based on ASCII values. closes #12962 X-original-commit: a9577b5 Signed-off-by: Harsh Modi (hamo) <[email protected]>
1 parent a292084 commit fde56c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/contributing/development/coding_guidelines.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Inside these 3 groups, the imported lines are alphabetically sorted.
424424
import time
425425
from datetime import datetime
426426
# 2 : imports of odoo
427-
from odoo import Command, _, api, fields, models # alphabetically ordered
427+
from odoo import Command, _, api, fields, models # ASCIIbetically ordered
428428
from odoo.fields import Domain
429429
from odoo.tools.safe_eval import safe_eval as eval
430430
# 3 : imports from odoo addons

0 commit comments

Comments
 (0)