Remove stubgen comments

This commit is contained in:
Trinh Anh Ngoc
2020-03-22 15:38:44 +07:00
parent fe4ad6b614
commit d19da9ac83
5 changed files with 0 additions and 20 deletions

View File

@@ -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 collections import Mapping
from typing import Any, Optional from typing import Any, Optional

View File

@@ -1,7 +1,3 @@
# Stubs for odoo.fields (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import datetime import datetime
from typing import Any, Optional from typing import Any, Optional

View File

@@ -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 typing import Any, Optional, Union
from werkzeug.contrib.sessions import Session from werkzeug.contrib.sessions import Session

View File

@@ -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 collections import MutableMapping
from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator from typing import Any, Optional, List, Union, Sequence, Tuple, Dict, Generator

View File

@@ -1,7 +1,3 @@
# Stubs for odoo.tests.common (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import collections import collections
import unittest import unittest
from typing import Any, Optional from typing import Any, Optional