typehint as bytes
This commit is contained in:
parent
55ee0fe833
commit
025db00339
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def to_max_3_byte_utf8_dict(string_dict: Dict[str, str]) -> Dict[str, str]:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def to_xml(nfo_dict: Dict[str, str], nfo_root: str) -> str:
|
def to_xml(nfo_dict: Dict[str, str], nfo_root: str) -> bytes:
|
||||||
"""
|
"""
|
||||||
Transforms a dict to XML
|
Transforms a dict to XML
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue