[REM] dev guidelines: remove obsolete requirements from python 2

This commit is contained in:
Ivan Yelizariev 2021-05-25 15:06:34 +02:00 committed by vfe-odoo
parent e11f010783
commit 90b848eb45

View File

@ -438,7 +438,6 @@ Inside these 3 groups, the imported lines are alphabetically sorted.
Idiomatics of Programming (Python)
----------------------------------
- Each python file should have ``# -*- coding: utf-8 -*-`` as first line.
- Always favor *readability* over *conciseness* or using the language features or idioms.
- Don't use ``.clone()``