diff --git a/.isort.cfg b/.isort.cfg index bd0a0dd68..7683badfa 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -9,5 +9,4 @@ line_length=88 known_odoo=odoo known_odoo_addons=odoo.addons sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER -known_third_party=PyPDF2,mock,pkg_resources,requests,setuptools,werkzeug default_section=THIRDPARTY