Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-05-31 10:28:59 +07:00
parent 476ea45ee0
commit 9b7a719cbe
46 changed files with 111 additions and 112 deletions

View File

@@ -1,4 +1,3 @@
from odoo.tools import pycompat as pycompat
from typing import Any, Optional
def round(f: Any): ...