Skip to content

Commit 5d5cb01

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 #12956 X-original-commit: a9577b5 Signed-off-by: Harsh Modi (hamo) <[email protected]>
1 parent 543a18f commit 5d5cb01

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
@@ -425,7 +425,7 @@ Inside these 3 groups, the imported lines are alphabetically sorted.
425425
from datetime import datetime
426426
# 2 : imports of odoo
427427
import odoo
428-
from odoo import Command, _, api, fields, models # alphabetically ordered
428+
from odoo import Command, _, api, fields, models # ASCIIbetically ordered
429429
from odoo.tools.safe_eval import safe_eval as eval
430430
# 3 : imports from odoo addons
431431
from odoo.addons.web.controllers.main import login_redirect

0 commit comments

Comments
 (0)