diff --git a/odoo-stubs/api.pyi b/odoo-stubs/api.pyi index a560e24..371ac72 100644 --- a/odoo-stubs/api.pyi +++ b/odoo-stubs/api.pyi @@ -1,7 +1,3 @@ -# Stubs for odoo.api (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - from collections import Mapping from typing import Any, Optional diff --git a/odoo-stubs/fields.pyi b/odoo-stubs/fields.pyi index 1d4551f..256706a 100644 --- a/odoo-stubs/fields.pyi +++ b/odoo-stubs/fields.pyi @@ -1,7 +1,3 @@ -# Stubs for odoo.fields (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - import datetime from typing import Any, Optional diff --git a/odoo-stubs/http.pyi b/odoo-stubs/http.pyi index afd2ed6..71c3aff 100644 --- a/odoo-stubs/http.pyi +++ b/odoo-stubs/http.pyi @@ -1,7 +1,3 @@ -# Stubs for odoo.http (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - from typing import Any, Optional, Union from werkzeug.contrib.sessions import Session diff --git a/odoo-stubs/models.pyi b/odoo-stubs/models.pyi index 2991cec..8bade19 100644 --- a/odoo-stubs/models.pyi +++ b/odoo-stubs/models.pyi @@ -1,7 +1,3 @@ -# Stubs for odoo.models (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - from collections import MutableMapping from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator diff --git a/odoo-stubs/tests/common.pyi b/odoo-stubs/tests/common.pyi index f0113ac..18a2653 100644 --- a/odoo-stubs/tests/common.pyi +++ b/odoo-stubs/tests/common.pyi @@ -1,7 +1,3 @@ -# Stubs for odoo.tests.common (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - import collections import unittest from typing import Any, Optional