mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Remove stubgen comments
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user