[IMP] web_notify_upgrade: apply pre-commit auto fixes

pull/2905/head
David Beal 2024-08-05 20:06:25 +02:00
parent 65892026fc
commit ce662b90a5
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
../../../../web_notify_upgrade

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)