mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Remove unnecessary stubs
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Stubs for odoo.tools.xml_utils (Python 3)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any, Optional
|
||||
|
||||
def check_with_xsd(tree_or_str: Any, stream: Any) -> None: ...
|
||||
def create_xml_node_chain(first_parent_node: Any, nodes_list: Any, last_node_value: Optional[Any] = ...): ...
|
||||
def create_xml_node(parent_node: Any, node_name: Any, node_value: Optional[Any] = ...): ...
|
||||
Reference in New Issue
Block a user