Commit 054ac70d authored by vruge's avatar vruge Committed by oroulet

fix type annotation for _read_data_type_definition

see. https://github.com/FreeOpcUa/opcua-asyncio/pull/878#issuecomment-1120423672
parent 201a8a47
......@@ -431,7 +431,7 @@ async def load_data_type_definitions(server: Union["Server", "Client"], base_nod
return new_objects
async def _read_data_type_definition(server, desc: ua.BrowseDescription, read_existing: bool = False):
async def _read_data_type_definition(server, desc: ua.ReferenceDescription, read_existing: bool = False):
if desc.BrowseName.Name == "FilterOperand":
# FIXME: find out why that one is not in ua namespace...
return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment