mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Cleanup
This commit is contained in:
@@ -5,9 +5,9 @@ from typing import Any, Optional
|
|||||||
|
|
||||||
import xlsxwriter
|
import xlsxwriter
|
||||||
import xlwt
|
import xlwt
|
||||||
from odoo.loglevels import exception_to_unicode as exception_to_unicode
|
|
||||||
from odoo.loglevels import get_encodings as get_encodings
|
|
||||||
|
|
||||||
|
from ..loglevels import exception_to_unicode as exception_to_unicode
|
||||||
|
from ..loglevels import get_encodings as get_encodings
|
||||||
from .cache import *
|
from .cache import *
|
||||||
|
|
||||||
SKIPPED_ELEMENT_TYPES: Any
|
SKIPPED_ELEMENT_TYPES: Any
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
from typing import Any, Optional
|
from typing import Any, Optional
|
||||||
|
|
||||||
from odoo.tools.misc import file_open as file_open
|
from .misc import file_open as file_open
|
||||||
|
|
||||||
def check_with_xsd(tree_or_str, stream) -> None: ...
|
def check_with_xsd(tree_or_str, stream) -> None: ...
|
||||||
def create_xml_node_chain(
|
def create_xml_node_chain(
|
||||||
|
|||||||
Reference in New Issue
Block a user