diff --git a/odoo-stubs/http.pyi b/odoo-stubs/http.pyi index f95d74e..71f1578 100644 --- a/odoo-stubs/http.pyi +++ b/odoo-stubs/http.pyi @@ -49,7 +49,6 @@ class WebRequest: @property def session(self) -> OpenERPSession: ... def __enter__(self): ... - uid: Any = ... def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: ... def set_handler(self, endpoint: Any, arguments: Any, auth: Any) -> None: ... @property