Commit 7386be83 authored by Alexander Korolkov's avatar Alexander Korolkov

Clean up imports in tests

parent 3ec413ed
...@@ -19,8 +19,8 @@ from opcua import uamethod ...@@ -19,8 +19,8 @@ from opcua import uamethod
from opcua import Event from opcua import Event
from opcua import ObjectIds from opcua import ObjectIds
from opcua import AttributeIds from opcua import AttributeIds
from opcua.uaprotocol_auto import extensionobject_from_binary from opcua.uaprotocol import extensionobject_from_binary
from opcua.uaprotocol_auto import extensionobject_to_binary from opcua.uaprotocol import extensionobject_to_binary
port_num1 = 48510 port_num1 = 48510
port_num2 = 48530 port_num2 = 48530
......
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