From 2dbfd81251d23faa17ca90ca70864d3b33a05ac2 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Tue, 10 Dec 2019 09:34:27 +0700 Subject: [PATCH] Update --- odoo-stubs/http.pyi | 1 - 1 file changed, 1 deletion(-) 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