Skip to content
Snippets Groups Projects
Unverified Commit 4b38cc65 authored by Adrian Torres's avatar Adrian Torres
Browse files

[REM] *: calls to @api.multi

Multi is the default api for methods, it is not necessary to explicitly
decorate methods with it, adds clutter and most people use it because
they see that the rest of the code uses it.

Done with `find . -type f -name '*.py' | xargs sed -i '/@api.multi/d'`
parent f6fdde96
No related branches found
No related tags found
Loading
Showing
with 0 additions and 209 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment