Skip to content
Snippets Groups Projects
Commit fd0c6d4c authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Remove Value from Instance.

parent d4af9ff0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ from typing import Any, Callable, List, Tuple
from .exception import YangsonException
from .typealiases import *
Value = Any
Object = Dict[QName, Value]
Array = List[Value]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment